]> granicus.if.org Git - python/commit
bpo-35766: Change format for feature_version to (major, minor) (GH-13992) (GH-13993)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 12 Jun 2019 00:55:28 +0000 (17:55 -0700)
committerVictor Stinner <vstinner@redhat.com>
Wed, 12 Jun 2019 00:55:28 +0000 (02:55 +0200)
commit3ba21070c6ecab83c23cea41a92b42fa651c7ea2
tree6fd8a5f50a4c60c100e3a78614d80f830f7a3a73
parent36eea7af48ca0a1c96b78c82bf95bbd29d2332da
bpo-35766: Change format for feature_version to (major, minor) (GH-13992) (GH-13993)

(A single int is still allowed, but undocumented.)

https://bugs.python.org/issue35766
(cherry picked from commit 10b55c1643b512b3a2cae8ab89c53683a13ca43e)

Co-authored-by: Guido van Rossum <guido@python.org>
Doc/library/ast.rst
Doc/whatsnew/3.8.rst
Lib/ast.py
Misc/NEWS.d/next/Library/2019-06-11-16-41-40.bpo-35766.v1Kj-T.rst [new file with mode: 0644]