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 eric.smith
Recipients eric.smith, exarkun, meatballhat, olemis, pitrou, tarek
Date 2010-05-03.17:54:33
SpamBayes Score 0.00012968841
Marked as misclassified No
Message-id <1272909275.29.0.620950460888.issue8604@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that with the addition of the new requirement that it be an atomic write, it should be in a library.

I'd also do it as a context manager, since that's the more general case. distutils2 can either call the context manager version, or have a trivial function that calls the context manager.
History
Date User Action Args
2010-05-03 17:54:35eric.smithsetrecipients: + eric.smith, exarkun, pitrou, tarek, olemis, meatballhat
2010-05-03 17:54:35eric.smithsetmessageid: <1272909275.29.0.620950460888.issue8604@psf.upfronthosting.co.za>
2010-05-03 17:54:33eric.smithlinkissue8604 messages
2010-05-03 17:54:33eric.smithcreate