diff options
author | Georg Brandl <georg@python.org> | 2010-11-26 07:21:01 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-26 07:21:01 (GMT) |
commit | 420cca92e8b1b5b9bd2b9a58a93d4e8f0ff86d1d (patch) | |
tree | abe9d1238c37edaf5596091f2d90d780f85fa5cf /Tools/README | |
parent | c39da7910c67b57b701f01fbec1f5b3e430e9ace (diff) | |
download | cpython-420cca92e8b1b5b9bd2b9a58a93d4e8f0ff86d1d.zip cpython-420cca92e8b1b5b9bd2b9a58a93d4e8f0ff86d1d.tar.gz cpython-420cca92e8b1b5b9bd2b9a58a93d4e8f0ff86d1d.tar.bz2 |
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/README')
-rw-r--r-- | Tools/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Tools/README b/Tools/README index 6288348..1fb0103 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). |