From: Guido van Rossum Date: Fri, 10 Apr 1998 20:58:53 +0000 (+0000) Subject: Change the example of what's in scripts/. X-Git-Tag: v1.5.1~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cd9fbb72aa73933c17761f541d8c9094727ac6f;p=thirdparty%2FPython%2Fcpython.git Change the example of what's in scripts/. --- diff --git a/Tools/README b/Tools/README index dcb12d20a98e..202cc50d1630 100644 --- a/Tools/README +++ b/Tools/README @@ -13,9 +13,9 @@ freeze Create a stand-alone executable from a Python program. modulator Interactively generate boiler plate for an extension module. Works easiest if you have Tk. -scripts A number of useful single-file programs, e.g. for - converting old Python sources to the current language - definition. +scripts A number of useful single-file programs, e.g. tabnanny.py + (by Tim Peters), which checks for inconsistent mixing + of tabs and spaces. versioncheck A tool to automate checking whether you have the latest version of a package (by Jack Jansen).