[docs] pickle docs - what can be pickled

Eli Bendersky eliben at gmail.com
Tue Jan 1 01:28:01 CET 2013


In the pickle docs of 3.3, section 12.4.1 says:

"instances of such classes whose __dict__ or __setstate__() is picklable"

Does it actually mean __setstate__ or __getstate__ ?

Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20121231/e4862491/attachment.html>


More information about the docs mailing list