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 ysj.ray
Recipients pakal, pitrou, ysj.ray
Date 2010-05-21.09:08:09
SpamBayes Score 0.0036003436
Marked as misclassified No
Message-id <1274432892.13.0.876672390138.issue8765@psf.upfronthosting.co.za>
In-reply-to
Content
pakal wrote:
"""
In test_fileio, one of the tests wants to ensure writing to closed raw streams fails, but it actually tries to write an unicode string
"""

I don't understand. Isn't b'xxx' and 'xxx' the same in py2.x? They are not unicode string, but bytes string.
History
Date User Action Args
2010-05-21 09:08:12ysj.raysetrecipients: + ysj.ray, pitrou, pakal
2010-05-21 09:08:12ysj.raysetmessageid: <1274432892.13.0.876672390138.issue8765@psf.upfronthosting.co.za>
2010-05-21 09:08:10ysj.raylinkissue8765 messages
2010-05-21 09:08:09ysj.raycreate