[Python-checkins] python/dist/src/Misc NEWS, 1.887, 1.888 ACKS, 1.252, 1.253

gvanrossum at users.sourceforge.net gvanrossum at users.sourceforge.net
Sun Nov 9 21:27:21 EST 2003


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

Modified Files:
	NEWS ACKS 
Log Message:
Plug tempfile.mktemp() hole (Iustin Pop).

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.887
retrieving revision 1.888
diff -C2 -d -r1.887 -r1.888
*** NEWS	8 Nov 2003 10:24:37 -0000	1.887
--- NEWS	10 Nov 2003 02:27:19 -0000	1.888
***************
*** 105,108 ****
--- 105,111 ----
  -------
  
+ - Plugged a minor hole in tempfile.mktemp() due to the use of
+   os.path.exists(), switched to using os.lstat() directly if possible.
+ 
  - heapq.py has been converted to C for improved performance
  

Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.252
retrieving revision 1.253
diff -C2 -d -r1.252 -r1.253
*** ACKS	31 Oct 2003 12:52:35 -0000	1.252
--- ACKS	10 Nov 2003 02:27:19 -0000	1.253
***************
*** 436,439 ****
--- 436,440 ----
  François Pinard
  Michael Piotrowski
+ Iustin Pop
  John Popplewell
  Amrit Prem





More information about the Python-checkins mailing list