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 mark.dickinson
Recipients loewis, mark.dickinson, pitrou, rhettinger, vstinner
Date 2009-01-20.21:32:44
SpamBayes Score 0.00046650195
Marked as misclassified No
Message-id <1232487166.9.0.823095616794.issue4842@psf.upfronthosting.co.za>
In-reply-to
Content
Re: specification of the pickle formats.  There's a fairly detailed 
description of all the opcodes already in the pickletools module, so the 
main task would be to extract those descriptions and put them into the 
documentation somewhere.

Perhaps the documentation for the pickletools module itself would be an 
appropriate place, if there were also a link from the pickle 
documentation.
History
Date User Action Args
2009-01-20 21:32:47mark.dickinsonsetrecipients: + mark.dickinson, loewis, rhettinger, pitrou, vstinner
2009-01-20 21:32:46mark.dickinsonsetmessageid: <1232487166.9.0.823095616794.issue4842@psf.upfronthosting.co.za>
2009-01-20 21:32:44mark.dickinsonlinkissue4842 messages
2009-01-20 21:32:44mark.dickinsoncreate