]> granicus.if.org Git - python/commit
Issue #18849: Fixed a Windows-specific tempfile bug where collision with an
authorEli Bendersky <eliben@gmail.com>
Fri, 6 Sep 2013 13:14:16 +0000 (06:14 -0700)
committerEli Bendersky <eliben@gmail.com>
Fri, 6 Sep 2013 13:14:16 +0000 (06:14 -0700)
commit309836c5c8a7bf85c666ff913bf903b8f735cfa5
tree636eea90d5158dec50db0080fe4d9110039c3648
parentf7b436ce8d69e1067cf2cb3769de93605b307327
parentf315df31bd8a927768bb94c3342d155cdc87d997
Issue #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