[ python-Bugs-888594 ] cPickle doesn't like protocol keyword argument, pickle does

SourceForge.net noreply at sourceforge.net
Thu Jul 22 10:26:09 CEST 2004


Bugs item #888594, was opened at 2004-02-01 16:29
Message generated for change (Comment added) made by ddorfman
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=888594&group_id=5470

Category: Python Library
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Irmen de Jong (irmen)
Assigned to: Nobody/Anonymous (nobody)
Summary: cPickle doesn't like protocol keyword argument, pickle does

Initial Comment:
The dump and dumps functions from the "cPickle" module
don't accept the protocol keyword argument. The
"pickle" module does. This is an irritating API
difference that requires me to write different code to
deal with either cPickle or pickle (if cPickle is not
available).

----------------------------------------------------------------------

Comment By: Dima Dorfman (ddorfman)
Date: 2004-07-22 08:26

Message:
Logged In: YES 
user_id=908995

Patch #995766 should take care of this

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=888594&group_id=5470


More information about the Python-bugs-list mailing list