diff options
author | Lysandros Nikolaou <lisandrosnik@gmail.com> | 2020-06-11 12:45:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 12:45:15 (GMT) |
commit | 9727694f08cad4b019d2939224e3416312b1c0e1 (patch) | |
tree | ae224db77e7c22e786876cb195529f88363cc3cf /Lib/pydoc.py | |
parent | 33faf5c4f43e24766cf567bec89ad4c7f1491ff7 (diff) | |
download | cpython-9727694f08cad4b019d2939224e3416312b1c0e1.zip cpython-9727694f08cad4b019d2939224e3416312b1c0e1.tar.gz cpython-9727694f08cad4b019d2939224e3416312b1c0e1.tar.bz2 |
bpo-40939: Generate keyword.py using the new parser (GH-20800)
Diffstat (limited to 'Lib/pydoc.py')
-rwxr-xr-x | Lib/pydoc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 628f9fc..a5368bf 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -1817,6 +1817,7 @@ class Helper: 'False': '', 'None': '', 'True': '', + '__new_parser__': '', 'and': 'BOOLEAN', 'as': 'with', 'assert': ('assert', ''), |