]> granicus.if.org Git - python/commit
SF bug 735293: Command line timeit.py sets sys.path badly
authorRaymond Hettinger <python@rcn.com>
Tue, 20 May 2003 04:59:56 +0000 (04:59 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 20 May 2003 04:59:56 +0000 (04:59 +0000)
commit22952a3efc4813d3aecbe1a7840d6981f0a1e29d
tree4f5198816dac4c6afe7cc4b4db12a9dadf17b73a
parent235d1efe12817d78c574af7b942c47d4ff94feae
SF bug 735293: Command line timeit.py sets sys.path badly

Paul Moore's patch to have timeit.py check the current directory for
imports (instead of the directory for Lib/timeit.py).
Lib/timeit.py
Misc/ACKS
Misc/NEWS