summaryrefslogtreecommitdiff
path: root/Tools/README
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-10-14 06:48:47 +0000
committerGeorg Brandl <georg@python.org>2010-10-14 06:48:47 +0000
commit54d32b3b1d497a2b3b8c111da23a2253e2c0e1ad (patch)
tree24d9a4131d0f5affd75dfaf2487ba3594198cec8 /Tools/README
parent17fdd9e3757d83874254cacee711138d6a9c43e7 (diff)
downloadcpython-54d32b3b1d497a2b3b8c111da23a2253e2c0e1ad.tar.gz
Mention 2to3.
Diffstat (limited to 'Tools/README')
-rw-r--r--Tools/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/Tools/README b/Tools/README
index 109e39ddd7..2007e440af 100644
--- a/Tools/README
+++ b/Tools/README
@@ -26,8 +26,9 @@ pybench Comprehensive Python benchmarking suite.
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.
+ by Tim Peters, which checks for inconsistent mixing of
+ tabs and spaces, and 2to3, which converts Python 2 code
+ to Python 3 code.
ssl Currently, a tool to fetch server certificates.