[Patches] [ python-Patches-999280 ] Update kwargs in pickle docs to
match implementations
SourceForge.net
noreply at sourceforge.net
Wed Jul 28 11:18:31 CEST 2004
Patches item #999280, was opened at 2004-07-28 09:18
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=999280&group_id=5470
Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Dima Dorfman (ddorfman)
Assigned to: Nobody/Anonymous (nobody)
Summary: Update kwargs in pickle docs to match implementations
Initial Comment:
The pickle documentation says that the first argument to dump
and dumps is called "object", but both the pure-Python pickle
module and (now) the cPickle module call it "obj". The pickle
module purposely calls it "obj" instead of "object" to avoid
shadowing the "object" builtin, and the cPickle does likewise to
maintain API compatibility.
References: pickle.py 1.107, SF #995766
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=999280&group_id=5470
More information about the Patches
mailing list