]> 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:11:19 +0000 (06:11 -0700)
committerEli Bendersky <eliben@gmail.com>
Fri, 6 Sep 2013 13:11:19 +0000 (06:11 -0700)
commitf315df31bd8a927768bb94c3342d155cdc87d997
tree25a027aa12346e1fff608ea693a61ff3b2cd2aa2
parent43c6ef189955474001aad75d3b47d895180b2d42
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