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 jbelmonte
Recipients
Date 2004-04-21.16:14:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
cPickle.Pickler may be called without arguments, which
makes a special "list-based" pickler, allowing pickling
to a string.  However, there is no way to set the
protocol in this mode.

Either the Pickler initializer should support keywords
(reported in separate bug), allowing
"Pickler(proto=2)", or the list mode should also be
triggered when the file argument is None, allowing
"Pickler(None, 2)".
History
Date User Action Args
2007-08-23 14:21:08adminlinkissue939395 messages
2007-08-23 14:21:08admincreate