diff options
author | Georg Brandl <georg@python.org> | 2010-10-14 06:48:47 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-14 06:48:47 (GMT) |
commit | 77658bd9ad81674235f15cf120b195250b5b7c4d (patch) | |
tree | c01be09ce897d218ec64eece8528b27e5a995978 /Tools | |
parent | 539c1652993d46a4fc63fc4c388120a9f61e0cd1 (diff) | |
download | cpython-77658bd9ad81674235f15cf120b195250b5b7c4d.zip cpython-77658bd9ad81674235f15cf120b195250b5b7c4d.tar.gz cpython-77658bd9ad81674235f15cf120b195250b5b7c4d.tar.bz2 |
Mention 2to3.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Tools/README b/Tools/README index 109e39d..2007e44 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. |