]> granicus.if.org Git - python/commit
select.select() now accepts a sequence (as defined by PySequence_Fast()) for
authorBrett Cannon <bcannon@gmail.com>
Wed, 10 Sep 2003 19:37:42 +0000 (19:37 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 10 Sep 2003 19:37:42 +0000 (19:37 +0000)
commit62dba4c2775adfb5a5a97ca012a3ab00c4e28597
tree7f3c3e4ff4ab305aa08c547b660cf679bc3bf19f
parentfd4fa8801a75919dd711e9f750b8a405a639f2c2
select.select() now accepts a sequence (as defined by PySequence_Fast()) for
its first three arguments.

Closes RFE #798046 .
Doc/lib/libselect.tex
Misc/NEWS
Modules/selectmodule.c