[ python-Feature Requests-835521 ] More obvious indication of
__reduce__ documentation.
SourceForge.net
noreply at sourceforge.net
Fri Nov 28 12:54:19 EST 2003
Feature Requests item #835521, was opened at 2003-11-04 01:58
Message generated for change (Comment added) made by rhettinger
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=835521&group_id=5470
Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeremy Fincher (jemfinch)
Assigned to: Nobody/Anonymous (nobody)
Summary: More obvious indication of __reduce__ documentation.
Initial Comment:
I just spent quite some time searching for
documentation on the interface for __reduce__. Turns
out, it's in the library documentation, 3.14.5.2, under
the heading "Pickling and unpickling extension types."
Perhaps that heading can be changed to more clearly
indicate that "__reduce__ is documented here!" At
least, when I'm writing new-style classes (which the
pickle/copy machinery doesn't accept anything but a
copy_reg registration or __reduce__ or __reduce_ex__) I
don't generally consider my work to be an "extension
class" and thus hadn't ever looked under that heading.
----------------------------------------------------------------------
>Comment By: Raymond Hettinger (rhettinger)
Date: 2003-11-28 12:54
Message:
Logged In: YES
user_id=80475
Would adding an index entry suffice?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=835521&group_id=5470
More information about the Python-bugs-list
mailing list