]> granicus.if.org Git - python/commit
Close #18849: Fixed a Windows-specific tempfile bug where collision with an
authorEli Bendersky <eliben@gmail.com>
Fri, 6 Sep 2013 13:17:15 +0000 (06:17 -0700)
committerEli Bendersky <eliben@gmail.com>
Fri, 6 Sep 2013 13:17:15 +0000 (06:17 -0700)
commit8c7e925f6ea1333c7f2838a7643bbe39c6eff6af
treea64e5adc7d3f4cb78e76ba5ebd00c2686f0c20a5
parentfb03696fdabeb850cdc714cd1abb45f6d93fcdf6
Close #18849: Fixed a Windows-specific tempfile bug where collision with an
existing directory caused mkstemp and related APIs to fail instead of
retrying. Report and fix by Vlad Shcherbina.
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/ACKS
Misc/NEWS