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 Claudiu.Popa
Recipients Claudiu.Popa, vajrasky
Date 2013-12-17.11:14:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387278866.82.0.932282078112.issue19997@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, Vajrasky, I forgot about the fact that open can open file descriptors. Here's a patch which fixes this, also adds a test for BytesIO and uses os.fsencode instead of .encode().
History
Date User Action Args
2013-12-17 11:14:26Claudiu.Popasetrecipients: + Claudiu.Popa, vajrasky
2013-12-17 11:14:26Claudiu.Popasetmessageid: <1387278866.82.0.932282078112.issue19997@psf.upfronthosting.co.za>
2013-12-17 11:14:26Claudiu.Popalinkissue19997 messages
2013-12-17 11:14:26Claudiu.Popacreate