]> granicus.if.org Git - python/commitdiff
Mention 2to3.
authorGeorg Brandl <georg@python.org>
Thu, 14 Oct 2010 06:48:47 +0000 (06:48 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 14 Oct 2010 06:48:47 +0000 (06:48 +0000)
Tools/README

index 109e39ddd71c2812f584c39c3f2f39287405d05b..2007e440afacea4e9b9c79a4fea3a732d4425521 100644 (file)
@@ -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.