| commit | 22952a3efc4813d3aecbe1a7840d6981f0a1e29d | [log] [tgz] |
|---|---|---|
| author | Raymond Hettinger <python@rcn.com> | Tue May 20 04:59:56 2003 +0000 |
| committer | Raymond Hettinger <python@rcn.com> | Tue May 20 04:59:56 2003 +0000 |
| tree | 4f5198816dac4c6afe7cc4b4db12a9dadf17b73a | |
| parent | 235d1efe12817d78c574af7b942c47d4ff94feae [diff] [blame] |
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).
diff --git a/Misc/NEWS b/Misc/NEWS index 3a819b8..b351711 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -58,6 +58,8 @@ - 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 -----------