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 pitrou
Recipients benjamin.peterson, eric.snow, pitrou, rhettinger
Date 2013-06-28.09:43:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372412591.9.0.0742519411243.issue16251@psf.upfronthosting.co.za>
In-reply-to
Content
> At the very least the pickle docs deserve some mention of the 
> behavior.  That way people won't need to spend as much time trying to
> figure out why things aren't working the way they expect.

I think you are overreacting. The rule you are talking about (special methods are only looked up on the class) is really known by experts, not so much by common Python programmers. I'd argue that pickle doesn't break normal users' expectations here.
History
Date User Action Args
2013-06-28 09:43:11pitrousetrecipients: + pitrou, rhettinger, benjamin.peterson, eric.snow
2013-06-28 09:43:11pitrousetmessageid: <1372412591.9.0.0742519411243.issue16251@psf.upfronthosting.co.za>
2013-06-28 09:43:11pitroulinkissue16251 messages
2013-06-28 09:43:11pitroucreate