mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Python 3.12.0b1
This commit is contained in:
parent
5360cb3d56
commit
5612078f68
232 changed files with 2681 additions and 640 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue