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 gumnos
Recipients bignose, eryksun, ethan.furman, georg.brandl, gumnos, r.david.murray, serhiy.storchaka
Date 2017-05-01.18:45:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493664338.42.0.305322811489.issue26362@psf.upfronthosting.co.za>
In-reply-to
Content
I do have a workaround thanks to Gregory Ewing
https://mail.python.org/pipermail/python-list/2017-May/721649.html
which suffices for my particular use-case (generating a link to a file with a unique filename).

As my use-case is predominantly for *nix environments, the lack of Windows' os.rename() atomicity is merely a would-be-nice-for-other-people-if-it-was-available. But I'll update my documentation to reflect the edge-case. Thanks, Eryk.
History
Date User Action Args
2017-05-01 18:45:38gumnossetrecipients: + gumnos, georg.brandl, r.david.murray, ethan.furman, bignose, serhiy.storchaka, eryksun
2017-05-01 18:45:38gumnossetmessageid: <1493664338.42.0.305322811489.issue26362@psf.upfronthosting.co.za>
2017-05-01 18:45:38gumnoslinkissue26362 messages
2017-05-01 18:45:38gumnoscreate