Python 3.12.0b1

This commit is contained in:
Thomas Wouters 2023-05-22 14:01:29 +02:00
parent 5360cb3d56
commit 5612078f68
232 changed files with 2681 additions and 640 deletions

View file

@ -41,7 +41,7 @@ except ImportError:
ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
GH_ISSUE_URI = 'https://github.com/python/cpython/issues/%s'
SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
SOURCE_URI = 'https://github.com/python/cpython/tree/3.12/%s'
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
from docutils.parsers.rst.states import Body