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 r.david.murray
Recipients Matt.Mackall, durin42, gregory.p.smith, martin.panter, r.david.murray, serhiy.storchaka
Date 2015-05-20.12:18:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432124312.23.0.793555456913.issue24230@psf.upfronthosting.co.za>
In-reply-to
Content
We have a number of other places in the stdlib where bytes-in-bytes-out is observed, at various levels of abstraction.  I think this is reasonable.  To answer your direct question, I think tempfile is a convenience-and-do-it-right wrapper around what is really a pretty low level operation (creating a temporary file/directory securely).
History
Date User Action Args
2015-05-20 12:18:32r.david.murraysetrecipients: + r.david.murray, gregory.p.smith, durin42, martin.panter, Matt.Mackall, serhiy.storchaka
2015-05-20 12:18:32r.david.murraysetmessageid: <1432124312.23.0.793555456913.issue24230@psf.upfronthosting.co.za>
2015-05-20 12:18:32r.david.murraylinkissue24230 messages
2015-05-20 12:18:32r.david.murraycreate