diff options
author | Lysandros Nikolaou <lisandrosnik@gmail.com> | 2020-06-20 18:07:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-20 18:07:25 (GMT) |
commit | 314858e2763e76e77029ea0b691d749c32939087 (patch) | |
tree | 697996061fc2d8b019306ddd02b4ea21fbdd2cb2 /Misc | |
parent | 55460ee6dc9a4f16bd68d6b6be3a8398c7d4a596 (diff) | |
download | cpython-314858e2763e76e77029ea0b691d749c32939087.zip cpython-314858e2763e76e77029ea0b691d749c32939087.tar.gz cpython-314858e2763e76e77029ea0b691d749c32939087.tar.bz2 |
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Remove some remaining files and Makefile targets for the old parser
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-06-20-16-59-02.bpo-40939.6810Ak.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-06-20-16-59-02.bpo-40939.6810Ak.rst b/Misc/NEWS.d/next/Core and Builtins/2020-06-20-16-59-02.bpo-40939.6810Ak.rst new file mode 100644 index 0000000..8a626d4 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-06-20-16-59-02.bpo-40939.6810Ak.rst @@ -0,0 +1 @@ +Remove the remaining files from the old parser and the :mod:`symbol` module.
\ No newline at end of file |