diff options
author | Raymond Hettinger <python@rcn.com> | 2003-05-20 04:59:56 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-05-20 04:59:56 (GMT) |
commit | 22952a3efc4813d3aecbe1a7840d6981f0a1e29d (patch) | |
tree | 4f5198816dac4c6afe7cc4b4db12a9dadf17b73a /Misc | |
parent | 235d1efe12817d78c574af7b942c47d4ff94feae (diff) | |
download | cpython-22952a3efc4813d3aecbe1a7840d6981f0a1e29d.zip cpython-22952a3efc4813d3aecbe1a7840d6981f0a1e29d.tar.gz cpython-22952a3efc4813d3aecbe1a7840d6981f0a1e29d.tar.bz2 |
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).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -370,6 +370,7 @@ Trent Mick Roman Milner Dom Mitchell Doug Moen +Paul Moore The Dragon De Monsyne Skip Montanaro James A Morrison @@ -58,6 +58,8 @@ Library - Fixed socket speed loss caused by use of the _socketobject wrapper class in socket.py. +- timeit.py now checks the current directory for imports. + Tools/Demos ----------- |