]> granicus.if.org Git - python/commit
Patch #810914: Return absolute path for mkstemp. Fixes #810408.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 12 Oct 2003 17:37:01 +0000 (17:37 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 12 Oct 2003 17:37:01 +0000 (17:37 +0000)
commitd662548c728e5e1da15d5594a8b6e751213002f8
tree92a8e88d48e7e2caca4d7292e0ed5dde1a6ff60c
parent411c60234974da975b0b1fbf62e362a31f6e4b3c
Patch #810914: Return absolute path for mkstemp. Fixes #810408.
This should not be backported to 2.3, as it might break backwards
compatibility.
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/NEWS