Message91970
the basic behavior i want to see for all protocols <= 2
1. python 2 string maps to python3 byte-string
2. python 2 unicode maps to python3 string
3. python 3 string map to python 2 unicode
4. python 3 bytestring maps to python 2 string
anything else is is confusing and may break
for example one can't unpickle '\xFF' in python3 if it was pickled in
python2
note that these changes seem irrelevant for protocol 3 as python2.x
doesn't support it |
|
Date |
User |
Action |
Args |
2009-08-26 12:42:25 | RonnyPfannschmidt | set | recipients:
+ RonnyPfannschmidt, loewis |
2009-08-26 12:42:25 | RonnyPfannschmidt | set | messageid: <1251290545.78.0.374378309455.issue6784@psf.upfronthosting.co.za> |
2009-08-26 12:42:23 | RonnyPfannschmidt | link | issue6784 messages |
2009-08-26 12:42:23 | RonnyPfannschmidt | create | |
|