diff options
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). |