]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39889: Fix ast.unparse() for subscript. (GH-18824)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 7 Mar 2020 15:25:32 +0000 (17:25 +0200)
committerGitHub <noreply@github.com>
Sat, 7 Mar 2020 15:25:32 +0000 (17:25 +0200)
commitc4928fc1a853f3f84e2b4ec1253d0349137745e5
tree4c213e05ad58a09a245a04ac76f8843609da4837
parent31350f9af09dcff7cf6ff4b0a0a7ea595942372e
bpo-39889: Fix ast.unparse() for subscript. (GH-18824)
Lib/ast.py
Lib/test/test_unparse.py
Misc/NEWS.d/next/Library/2020-03-07-16-44-51.bpo-39889.3RYqeX.rst [new file with mode: 0644]