]> granicus.if.org Git - python/commitdiff
Change the example of what's in scripts/.
authorGuido van Rossum <guido@python.org>
Fri, 10 Apr 1998 20:58:53 +0000 (20:58 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 10 Apr 1998 20:58:53 +0000 (20:58 +0000)
Tools/README

index dcb12d20a98ee51378c742d8912a205d6c5e49d4..202cc50d163003f51e8cad875be5e0cecf220311 100644 (file)
@@ -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).