Message76409
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 '<=>[]@') |
|
Date |
User |
Action |
Args |
2008-11-25 12:38:46 | vstinner | set | recipients:
+ vstinner, Nick Barnes |
2008-11-25 12:38:46 | vstinner | set | messageid: <1227616726.27.0.20683613969.issue4426@psf.upfronthosting.co.za> |
2008-11-25 12:38:45 | vstinner | link | issue4426 messages |
2008-11-25 12:38:45 | vstinner | create | |
|