summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-10-12 17:37:01 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-10-12 17:37:01 (GMT)
commitd662548c728e5e1da15d5594a8b6e751213002f8 (patch)
tree92a8e88d48e7e2caca4d7292e0ed5dde1a6ff60c /Misc
parent411c60234974da975b0b1fbf62e362a31f6e4b3c (diff)
downloadcpython-d662548c728e5e1da15d5594a8b6e751213002f8.zip
cpython-d662548c728e5e1da15d5594a8b6e751213002f8.tar.gz
cpython-d662548c728e5e1da15d5594a8b6e751213002f8.tar.bz2
Patch #810914: Return absolute path for mkstemp. Fixes #810408.
This should not be backported to 2.3, as it might break backwards compatibility.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 21d0701..0ee896d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,8 @@ Extension modules
Library
-------
+- tmpfile.mkstemp now returns an absolute path even if dir is relative.
+
- urlparse is RFC 2396 compliant.
- The fieldnames argument to the csv module's DictReader constructor is now