[issue11099] Bytes pickled with 3.1 not unpickled with 2.7 correctly

2011-02-02 Thread R. David Murray
R. David Murray added the comment: Duplicate of issue 6784. (If you disagree explain why here, please.) -- nosy: +r.david.murray resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> byte/unicode pickle incompatibilities between python2 and pyt

[issue11099] Bytes pickled with 3.1 not unpickled with 2.7 correctly

2011-02-02 Thread Jeffrey Harper
New submission from Jeffrey Harper : When a bytes object is pickled with 3.1 and then unpickled with 2.7, the results are incorrect. The example below shows that pickling b'abcdefg' in 3.1 and then unpickling in 2.7 produces the string '[97L, 98L, 99L, 100L, 101L, 102L, 103L]' The unpickling