Python 3.12.0a3

This commit is contained in:
Thomas Wouters 2022-12-06 19:31:10 +01:00
parent fd38a2f0ec
commit b6bd7ffcbc
84 changed files with 847 additions and 193 deletions

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Autogenerated by Sphinx on Mon Nov 14 12:13:19 2022
# Autogenerated by Sphinx on Tue Dec 6 19:31:49 2022
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
@ -11109,8 +11109,9 @@ topics = {'assert': 'The "assert" statement\n'
'y)" is\n'
'typically invalid without special support in "MyClass". To '
'be able to\n'
'use that kind of patterns, the class needs to define a\n'
'*__match_args__* attribute.\n'
'use that kind of pattern, the class needs to define a '
'*__match_args__*\n'
'attribute.\n'
'\n'
'object.__match_args__\n'
'\n'
@ -11510,7 +11511,7 @@ topics = {'assert': 'The "assert" statement\n'
'property\n'
' being one of “Lm”, “Lt”, “Lu”, “Ll”, or “Lo”. Note '
'that this is\n'
' different from the Alphabetic property defined in the '
' different from the Alphabetic property defined in the '
'Unicode\n'
' Standard.\n'
'\n'
@ -11559,9 +11560,9 @@ topics = {'assert': 'The "assert" statement\n'
'according to the\n'
' language definition, section Identifiers and keywords.\n'
'\n'
' Call "keyword.iskeyword()" to test whether string "s" '
'is a reserved\n'
' identifier, such as "def" and "class".\n'
' "keyword.iskeyword()" can be used to test whether '
'string "s" is a\n'
' reserved identifier, such as "def" and "class".\n'
'\n'
' Example:\n'
'\n'