Python 3.8.0b1

This commit is contained in:
Łukasz Langa 2019-06-04 19:44:34 +02:00
parent 8d0ef0b5ed
commit 3b5deb0116
No known key found for this signature in database
GPG key ID: B26995E310250568
203 changed files with 2142 additions and 500 deletions

View file

@ -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