summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-11-26 07:21:01 +0000
committerGeorg Brandl <georg@python.org>2010-11-26 07:21:01 +0000
commit2f1e7b9e5e8ecac8f12897b79a21e0c25ebfa413 (patch)
treee4315ab52dbcd6298eb3f388a14774fb7a8f8ca0 /Tools
parent5f8aba77845d1926c4e0bf4cd412d56d7e00d0b7 (diff)
downloadcpython-2f1e7b9e5e8ecac8f12897b79a21e0c25ebfa413.tar.gz
Merged revisions 85253,85452-85454 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85253 | georg.brandl | 2010-10-06 10:52:48 +0200 (Mi, 06 Okt 2010) | 1 line Copyedit of os.symlink() docs. ........ r85452 | georg.brandl | 2010-10-14 08:43:22 +0200 (Do, 14 Okt 2010) | 1 line #10046: small correction to atexit docs. ........ r85453 | georg.brandl | 2010-10-14 08:46:08 +0200 (Do, 14 Okt 2010) | 1 line #6825: small correction to split() docs. ........ r85454 | georg.brandl | 2010-10-14 08:48:47 +0200 (Do, 14 Okt 2010) | 1 line Mention 2to3. ........
Diffstat (limited to 'Tools')
-rw-r--r--Tools/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/Tools/README b/Tools/README
index 62883489bd..1fb010358c 100644
--- a/Tools/README
+++ b/Tools/README
@@ -30,9 +30,10 @@ i18n Tools for internationalization. pygettext.py
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.
+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
+ to Python 3 code.
unicode Tools used to generate unicode database files for
Python 2.0 (by Fredrik Lundh).