[issue20174] Derby #5: Convert 50 sites to Argument Clinic across 3 files

Ryan Smith-Roberts report at bugs.python.org
Thu Jan 9 02:54:52 CET 2014


Ryan Smith-Roberts added the comment:

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.

----------
nosy: +rmsr

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20174>
_______________________________________


More information about the Python-bugs-list mailing list