[Python-checkins] python/dist/src/Misc NEWS,1.867,1.868

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sun Oct 12 13:37:04 EDT 2003


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

Modified Files:
	NEWS 
Log Message:
Patch #810914: Return absolute path for mkstemp. Fixes #810408.
This should not be backported to 2.3, as it might break backwards
compatibility.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.867
retrieving revision 1.868
diff -C2 -d -r1.867 -r1.868
*** NEWS	12 Oct 2003 04:38:48 -0000	1.867
--- NEWS	12 Oct 2003 17:37:01 -0000	1.868
***************
*** 56,59 ****
--- 56,61 ----
  -------
  
+ - tmpfile.mkstemp now returns an absolute path even if dir is relative.
+ 
  - urlparse is RFC 2396 compliant.
  





More information about the Python-checkins mailing list