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

Thomas Herve report at bugs.python.org
Tue Dec 4 17:02:53 CET 2007


New submission from Thomas Herve:

I attach a patch where I use PyArg_ParseTupleAndKeywords in socketmodule
where ARGSUSED was mentioned, or removed ARGSUSED if keywords already used.

----------
components: Library (Lib)
files: socket_keywords.diff
messages: 58189
nosy: therve
severity: normal
status: open
title: [patch] socketmodule cleanups: allow the use of keywords in socket functions
type: rfe
versions: Python 2.6
Added file: http://bugs.python.org/file8873/socket_keywords.diff

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1554>
__________________________________
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: socket_keywords.diff
Url: http://mail.python.org/pipermail/python-bugs-list/attachments/20071204/10deb6de/attachment-0001.txt 


More information about the Python-bugs-list mailing list