Ray.Allen <[email protected]> added the comment: 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. ---------- nosy: +ysj.ray _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue8765> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
