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 alexandre.vassalotti
Recipients alexandre.vassalotti, bronger, dddibagh, georg.brandl, lemburg, loewis, mawbid, wdoekes
Date 2009-04-22.20:28:13
SpamBayes Score 6.5105946e-06
Marked as misclassified No
Message-id <1240432095.36.0.604375780297.issue2980@psf.upfronthosting.co.za>
In-reply-to
Content
> I wouldn't mind a protocol 3 that does <128 ascii only. If only because
> debugging base64'd zlib'd protocol-2 data is not particularly convenient.

Is there any reason that prevent you to debug your pickle using pickle
disassembler tool—i.e., pickletools.dis()?
History
Date User Action Args
2009-04-22 20:28:15alexandre.vassalottisetrecipients: + alexandre.vassalotti, lemburg, loewis, georg.brandl, bronger, mawbid, dddibagh, wdoekes
2009-04-22 20:28:15alexandre.vassalottisetmessageid: <1240432095.36.0.604375780297.issue2980@psf.upfronthosting.co.za>
2009-04-22 20:28:14alexandre.vassalottilinkissue2980 messages
2009-04-22 20:28:13alexandre.vassalotticreate