This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients BreamoreBoy, georg.brandl, ncoghlan, paul.moore, python-dev, rupole, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2015-05-19.21:14:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150519211442.26854.83312@psf.io>
In-reply-to
Content
New changeset 63f0ae6e218a by Serhiy Storchaka in branch '2.7':
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
https://hg.python.org/cpython/rev/63f0ae6e218a

New changeset 3a387854d106 by Serhiy Storchaka in branch '3.4':
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
https://hg.python.org/cpython/rev/3a387854d106

New changeset 1134198e23bd by Serhiy Storchaka in branch 'default':
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
https://hg.python.org/cpython/rev/1134198e23bd
History
Date User Action Args
2015-05-19 21:14:45python-devsetrecipients: + python-dev, georg.brandl, paul.moore, ncoghlan, rupole, tim.golden, BreamoreBoy, zach.ware, serhiy.storchaka, steve.dower
2015-05-19 21:14:45python-devlinkissue22107 messages
2015-05-19 21:14:45python-devcreate