mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Python 3.8.0b1
This commit is contained in:
parent
8d0ef0b5ed
commit
3b5deb0116
203 changed files with 2142 additions and 500 deletions
|
@ -36,7 +36,7 @@ import suspicious
|
|||
|
||||
|
||||
ISSUE_URI = 'https://bugs.python.org/issue%s'
|
||||
SOURCE_URI = 'https://github.com/python/cpython/tree/master/%s'
|
||||
SOURCE_URI = 'https://github.com/python/cpython/tree/3.8/%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