Commit 54d32b3b authored by Georg Brandl's avatar Georg Brandl

Mention 2to3.

parent 17fdd9e3
...@@ -26,8 +26,9 @@ pybench Comprehensive Python benchmarking suite. ...@@ -26,8 +26,9 @@ pybench Comprehensive Python benchmarking suite.
pynche A Tkinter-based color editor. pynche A Tkinter-based color editor.
scripts A number of useful single-file programs, e.g. tabnanny.py scripts A number of useful single-file programs, e.g. tabnanny.py
(by Tim Peters), which checks for inconsistent mixing by Tim Peters, which checks for inconsistent mixing of
of tabs and spaces. tabs and spaces, and 2to3, which converts Python 2 code
to Python 3 code.
ssl Currently, a tool to fetch server certificates. ssl Currently, a tool to fetch server certificates.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment