Python 3.13.0b1

This commit is contained in:
Thomas Wouters 2024-05-08 11:10:41 +02:00
parent c4f9823be2
commit 2268289a47
162 changed files with 1861 additions and 499 deletions

View file

@ -33,7 +33,7 @@ from sphinx.util.display import status_iterator
ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
GH_ISSUE_URI = 'https://github.com/python/cpython/issues/%s'
# Used in conf.py and updated here by python/release-tools/run_release.py
SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
SOURCE_URI = 'https://github.com/python/cpython/tree/3.13/%s'
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
from docutils.parsers.rst.states import Body