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 loewis
Recipients loewis, mark.dickinson, pitrou, rhettinger, vstinner
Date 2009-01-19.09:02:04
SpamBayes Score 1.1597299e-08
Marked as misclassified No
Message-id <1232355726.62.0.431127164822.issue4842@psf.upfronthosting.co.za>
In-reply-to
Content
We should really start maintaining a specification of the pickle
format(s). Pickle is designed to be independent of the Python version,
although protocol extensions may be added over time. In such a
specification, it would say that the format of the L code is "ascii
decimal digits, followed by L".

The patches look fine to me, please apply.

A further change might be that on pickling a long in text mode, the I
code could be used if the value is in range(-2**31,2**31). However, this
is independent of the issue at hand.
History
Date User Action Args
2009-01-19 09:02:06loewissetrecipients: + loewis, rhettinger, mark.dickinson, pitrou, vstinner
2009-01-19 09:02:06loewissetmessageid: <1232355726.62.0.431127164822.issue4842@psf.upfronthosting.co.za>
2009-01-19 09:02:05loewislinkissue4842 messages
2009-01-19 09:02:04loewiscreate