diff options
author | Barry Warsaw <barry@python.org> | 2022-04-17 22:38:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-17 22:38:44 (GMT) |
commit | 7173fd5de0cb259b488828634745c03dbea94e6b (patch) | |
tree | 99896e93a25d1efb5394e740a188fd45dfe37583 /Tools/README | |
parent | ceea0715df33ae6dc3931670b4b749432d4e9707 (diff) | |
download | cpython-7173fd5de0cb259b488828634745c03dbea94e6b.zip cpython-7173fd5de0cb259b488828634745c03dbea94e6b.tar.gz cpython-7173fd5de0cb259b488828634745c03dbea94e6b.tar.bz2 |
Remove the ancient Pynche color editor (#91554)
Closes #91551
Diffstat (limited to 'Tools/README')
-rw-r--r-- | Tools/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/README b/Tools/README index 1f9d927..862bba7 100644 --- a/Tools/README +++ b/Tools/README @@ -25,8 +25,6 @@ parser Un-parsing tool to generate code from an AST. peg_generator PEG-based parser generator (pegen) used for new parser. -pynche A Tkinter-based color editor. - scripts A number of useful single-file programs, e.g. tabnanny.py by Tim Peters, which checks for inconsistent mixing of tabs and spaces, and 2to3, which converts Python 2 code |