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 rmsr
Recipients larry, rmsr
Date 2014-01-09.01:54:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389232492.41.0.84454254296.issue20174@psf.upfronthosting.co.za>
In-reply-to
Content
Taking a crack at this.

socketmodule.h: just a comment, skipping.

_functools.c: kind-of skipping, because the relevant functions are not normally directly called (pickle protocol __reduce__ and __setstate__ on partial, __call__ on cmp wrapper). Will add simple docstrings for the pickle protocol handlers though.
History
Date User Action Args
2014-01-09 01:54:52rmsrsetrecipients: + rmsr, larry
2014-01-09 01:54:52rmsrsetmessageid: <1389232492.41.0.84454254296.issue20174@psf.upfronthosting.co.za>
2014-01-09 01:54:52rmsrlinkissue20174 messages
2014-01-09 01:54:51rmsrcreate