This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author RonnyPfannschmidt
Recipients RonnyPfannschmidt, loewis
Date 2009-08-27.08:13:26
SpamBayes Score 0.0028393047
Marked as misclassified No
Message-id <1251360808.63.0.119401688468.issue6784@psf.upfronthosting.co.za>
In-reply-to
Content
its even worse

python3:
>>> import pickle
>>> pickle.dumps(b'', protocol=2)
b'\x80\x02c__builtin__\nbytes\nq\x00]q\x01\x85q\x02Rq\x03.'

python2.6:
>>> import pickle
>>> pickle.loads('\x80\x02c__builtin__\nbytes\nq\x00]q\x01\x85q\x02Rq\x03.')
'[]'
History
Date User Action Args
2009-08-27 08:13:29RonnyPfannschmidtsetrecipients: + RonnyPfannschmidt, loewis
2009-08-27 08:13:28RonnyPfannschmidtsetmessageid: <1251360808.63.0.119401688468.issue6784@psf.upfronthosting.co.za>
2009-08-27 08:13:27RonnyPfannschmidtlinkissue6784 messages
2009-08-27 08:13:27RonnyPfannschmidtcreate