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 vstinner
Recipients abacabadabacaba, r.david.murray, serhiy.storchaka, vstinner
Date 2016-05-23.15:27:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464017280.03.0.851415511615.issue27085@psf.upfronthosting.co.za>
In-reply-to
Content
> Unfortunately, this doesn't work if I pass a file descriptor.

I strongly suggest you to handle filenames as Unicode ;-) It helps a lot on Windows, it's more convenient, etc.
History
Date User Action Args
2016-05-23 15:28:00vstinnersetrecipients: + vstinner, r.david.murray, abacabadabacaba, serhiy.storchaka
2016-05-23 15:28:00vstinnersetmessageid: <1464017280.03.0.851415511615.issue27085@psf.upfronthosting.co.za>
2016-05-23 15:28:00vstinnerlinkissue27085 messages
2016-05-23 15:27:59vstinnercreate