Bump to 3.9.0a0

This commit is contained in:
Łukasz Langa 2019-06-04 22:12:32 +02:00
parent 23d7ce7471
commit 9ab2fb1c68
No known key found for this signature in database
GPG key ID: B26995E310250568
11 changed files with 831 additions and 831 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/3.8/%s'
SOURCE_URI = 'https://github.com/python/cpython/tree/master/%s'
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
from docutils.parsers.rst.states import Body