STINNER Victor <[EMAIL PROTECTED]> added the comment: Can you write some tests to help fixing this issue? Stupid example (I don't know UTF-8 encoding): >>> all((byte.encode("utf-7") == byte) for byte in '<=>[]@') >>> all((byte.decode("utf-7") == byte) for byte in '<=>[]@')
---------- nosy: +haypo _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4426> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com