]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added pathfix
authorGuido van Rossum <guido@python.org>
Fri, 19 Aug 1994 15:03:41 +0000 (15:03 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Aug 1994 15:03:41 +0000 (15:03 +0000)
Demo/scripts/README

index 4061d10bf957a9dcb3ad290704302b6ec5477dda..86f7cb5415246c121103baf3c90a45e11752829e 100644 (file)
@@ -32,6 +32,7 @@ markov.py             Markov chain simulation of words or characters
 methfix.py             Fix old method syntax def f(self, (a1, ..., aN)):
 mkreal.py              Turn a symbolic link into a real file or directory
 objgraph.py            Print object graph from nm output on a library
+pathfix.py             Change #!/usr/local/bin/python into something else
 pdeps.py               Print dependencies between Python modules
 pi.py                  Print all digits of pi -- given enough time and memory
 pindent.py             Indent Python code, giving block-closing comments