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 durin42
Recipients durin42
Date 2015-05-18.17:04:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431968694.0.0.694998892664.issue24230@psf.upfronthosting.co.za>
In-reply-to
Content
Many things in the OS module work with bytestrings for paths in Python 3, but tempfile isn't so happy. It'd be very useful to be able to have the same bytes-in-bytes-out behavior in tempfile as for the os.path.* methods.

This is something we're working around in hg, but I figured I'd file a bug anyway in case we can improve the situation.
History
Date User Action Args
2015-05-18 17:04:54durin42setrecipients: + durin42
2015-05-18 17:04:54durin42setmessageid: <1431968694.0.0.694998892664.issue24230@psf.upfronthosting.co.za>
2015-05-18 17:04:53durin42linkissue24230 messages
2015-05-18 17:04:53durin42create