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 kyle.roberts
Recipients kyle.roberts, ncoghlan, pitrou
Date 2013-04-15.15:25:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366039512.03.0.225930123594.issue17673@psf.upfronthosting.co.za>
In-reply-to
Content
I think `copy_from` should be included for mkstemp as well. It provides similar functionality to TemporaryFile and NamedTemporaryFile, but it doesn't delete the temp file on close as the other two do by default. Thoughts?
History
Date User Action Args
2013-04-15 15:25:12kyle.robertssetrecipients: + kyle.roberts, ncoghlan, pitrou
2013-04-15 15:25:12kyle.robertssetmessageid: <1366039512.03.0.225930123594.issue17673@psf.upfronthosting.co.za>
2013-04-15 15:25:12kyle.robertslinkissue17673 messages
2013-04-15 15:25:11kyle.robertscreate