mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Update the SOURCE_URI in pyspecific.py to point to the new branch
This commit is contained in:
parent
75de8e69b4
commit
09f0ad48ef
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ import suspicious
|
|||
|
||||
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/3.11/%s'
|
||||
SOURCE_URI = 'https://github.com/python/cpython/tree/main/%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