diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-06-11 13:02:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 13:02:37 (GMT) |
commit | 961edf7979ca34d6fe104a1cce005aa8cac35821 (patch) | |
tree | a5c62b1fea64a1fa70a4566e306cf9e95ffedcac /Misc/NEWS.d/next/Library | |
parent | f6428babb1b9172cc01145d4c091b91dc601d969 (diff) | |
download | cpython-961edf7979ca34d6fe104a1cce005aa8cac35821.zip cpython-961edf7979ca34d6fe104a1cce005aa8cac35821.tar.gz cpython-961edf7979ca34d6fe104a1cce005aa8cac35821.tar.bz2 |
bpo-40939: Generate keyword.py using the new parser (GH-20800)
(cherry picked from commit 9727694f08cad4b019d2939224e3416312b1c0e1)
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-06-11-11-07-10.bpo-40939.-D5Asl.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-06-11-11-07-10.bpo-40939.-D5Asl.rst b/Misc/NEWS.d/next/Library/2020-06-11-11-07-10.bpo-40939.-D5Asl.rst new file mode 100644 index 0000000..0e83112 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-06-11-11-07-10.bpo-40939.-D5Asl.rst @@ -0,0 +1 @@ +Use the new PEG parser when generating the stdlib :mod:`keyword` module.
\ No newline at end of file |