commit | 62dba4c2775adfb5a5a97ca012a3ab00c4e28597 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Wed Sep 10 19:37:42 2003 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Wed Sep 10 19:37:42 2003 +0000 |
tree | 7f3c3e4ff4ab305aa08c547b660cf679bc3bf19f | |
parent | fd4fa8801a75919dd711e9f750b8a405a639f2c2 [diff] [blame] |
select.select() now accepts a sequence (as defined by PySequence_Fast()) for its first three arguments. Closes RFE #798046 .
diff --git a/Misc/NEWS b/Misc/NEWS index 1208d41..5cf8d72 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Extension modules ----------------- +- select.select() now accepts sequences for its first three arguments. + - cStringIO now supports the f.closed attribute. - The signal module now exposes SIGRTMIN and SIGRTMAX (if available).