Python 3.9.0b1

This commit is contained in:
Łukasz Langa 2020-05-19 01:07:09 +02:00
parent a3ec3ad9e2
commit 97fe9cfd9f
No known key found for this signature in database
GPG key ID: B26995E310250568
100 changed files with 967 additions and 180 deletions

View file

@ -39,7 +39,7 @@
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.9/%s'
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
from docutils.parsers.rst.states import Body