diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2019-09-09 20:36:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-09 20:36:13 (GMT) |
commit | 832e8640086ac4fa547c055a72929879cc5a963a (patch) | |
tree | a53bf8e8b0b8982eb1c1fbe6b858a426f3284c24 /Misc | |
parent | b9f65f01fd761da7799f36d29b54518399d3458e (diff) | |
download | cpython-832e8640086ac4fa547c055a72929879cc5a963a.zip cpython-832e8640086ac4fa547c055a72929879cc5a963a.tar.gz cpython-832e8640086ac4fa547c055a72929879cc5a963a.tar.bz2 |
bpo-38049: Add command-line interface for the ast module. (GH-15724)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-09-07-12-32-50.bpo-38049.xKP4tf.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-09-07-12-32-50.bpo-38049.xKP4tf.rst b/Misc/NEWS.d/next/Library/2019-09-07-12-32-50.bpo-38049.xKP4tf.rst new file mode 100644 index 0000000..9f17683 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-09-07-12-32-50.bpo-38049.xKP4tf.rst @@ -0,0 +1 @@ +Added command-line interface for the :mod:`ast` module. |