Message91966
i just noticed that there are some slight differences of the
bytestring/unicodestring pickles between python2/3 using the protocols
0, 1 and 2
the first things i noticed are:
a str from python2 is unpickled as unicode in python3
(fails for byte strings that don't fit whats expected for unicode)
a bytes instance from python3 is pickled as custom class in protocols <3
i'll write a script to try all combinations of protocols and string
variations and transfer directions |
|
Date |
User |
Action |
Args |
2009-08-26 11:56:13 | RonnyPfannschmidt | set | recipients:
+ RonnyPfannschmidt |
2009-08-26 11:56:13 | RonnyPfannschmidt | set | messageid: <1251287773.44.0.222300610244.issue6784@psf.upfronthosting.co.za> |
2009-08-26 11:56:11 | RonnyPfannschmidt | link | issue6784 messages |
2009-08-26 11:56:11 | RonnyPfannschmidt | create | |
|