Python 3.11.0b2

This commit is contained in:
Pablo Galindo 2022-05-30 22:16:21 +01:00
parent 7f6e6abdc4
commit 72f00f420a
No known key found for this signature in database
GPG key ID: FFE87404168BD847
51 changed files with 499 additions and 112 deletions

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Autogenerated by Sphinx on Fri May 6 23:53:34 2022
# Autogenerated by Sphinx on Mon May 30 22:16:54 2022
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
@ -4861,7 +4861,10 @@ topics = {'assert': 'The "assert" statement\n'
'is\n'
'applied to separating the commands; the input is split at the '
'first\n'
'";;" pair, even if it is in the middle of a quoted string.\n'
'";;" pair, even if it is in the middle of a quoted string. A\n'
'workaround for strings with double semicolons is to use '
'implicit\n'
'string concatenation "\';\'\';\'" or "";"";"".\n'
'\n'
'If a file ".pdbrc" exists in the users home directory or in '
'the\n'
@ -8254,7 +8257,7 @@ topics = {'assert': 'The "assert" statement\n'
'| "x(arguments...)", "x.attribute" | '
'attribute reference |\n'
'+-------------------------------------------------+---------------------------------------+\n'
'| "await" "x" | '
'| "await x" | '
'Await expression |\n'
'+-------------------------------------------------+---------------------------------------+\n'
'| "**" | '
@ -8290,7 +8293,7 @@ topics = {'assert': 'The "assert" statement\n'
'| ">=", "!=", "==" | '
'tests and identity tests |\n'
'+-------------------------------------------------+---------------------------------------+\n'
'| "not" "x" | '
'| "not x" | '
'Boolean NOT |\n'
'+-------------------------------------------------+---------------------------------------+\n'
'| "and" | '