Kaydet (Commit) 386a554f authored tarafından Guido van Rossum's avatar Guido van Rossum

Added pathfix

üst 9af22a03
...@@ -32,6 +32,7 @@ markov.py Markov chain simulation of words or characters ...@@ -32,6 +32,7 @@ markov.py Markov chain simulation of words or characters
methfix.py Fix old method syntax def f(self, (a1, ..., aN)): methfix.py Fix old method syntax def f(self, (a1, ..., aN)):
mkreal.py Turn a symbolic link into a real file or directory mkreal.py Turn a symbolic link into a real file or directory
objgraph.py Print object graph from nm output on a library 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 pdeps.py Print dependencies between Python modules
pi.py Print all digits of pi -- given enough time and memory pi.py Print all digits of pi -- given enough time and memory
pindent.py Indent Python code, giving block-closing comments pindent.py Indent Python code, giving block-closing comments
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment