[issue1554] [patch] socketmodule cleanups: allow the use of keywords in socket functions

Martin v. Löwis report at bugs.python.org
Tue Dec 4 18:17:03 CET 2007


Martin v. Löwis added the comment:

And what problem is solved by the removal of ARGSUSED?

For the functions whose signatures you changed, can you please add
documentation and test changes as well (where necessary)?

Please don't remove the arguments PyObject* on METHO_NOARGS functions;
that is incorrect.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1554>
__________________________________


More information about the Python-bugs-list mailing list