[Python-checkins] python/dist/src/Misc ACKS,1.237,1.238 NEWS,1.769,1.770

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Mon, 19 May 2003 21:59:58 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv21835/Misc

Modified Files:
	ACKS NEWS 
Log Message:
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).



Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.237
retrieving revision 1.238
diff -C2 -d -r1.237 -r1.238
*** ACKS	12 May 2003 22:39:57 -0000	1.237
--- ACKS	20 May 2003 04:59:55 -0000	1.238
***************
*** 371,374 ****
--- 371,375 ----
  Dom Mitchell
  Doug Moen
+ Paul Moore
  The Dragon De Monsyne
  Skip Montanaro

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.769
retrieving revision 1.770
diff -C2 -d -r1.769 -r1.770
*** NEWS	18 May 2003 03:15:09 -0000	1.769
--- NEWS	20 May 2003 04:59:55 -0000	1.770
***************
*** 59,62 ****
--- 59,64 ----
    in socket.py.
  
+ - timeit.py now checks the current directory for imports.
+ 
  Tools/Demos
  -----------