]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38049: Add command-line interface for the ast module. (GH-15724)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 9 Sep 2019 20:36:13 +0000 (23:36 +0300)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2019 20:36:13 +0000 (23:36 +0300)
commit832e8640086ac4fa547c055a72929879cc5a963a
treea53bf8e8b0b8982eb1c1fbe6b858a426f3284c24
parentb9f65f01fd761da7799f36d29b54518399d3458e
bpo-38049: Add command-line interface for the ast module. (GH-15724)
Doc/library/ast.rst
Lib/ast.py
Misc/NEWS.d/next/Library/2019-09-07-12-32-50.bpo-38049.xKP4tf.rst [new file with mode: 0644]