commit | 5255c791cc9014d35771989911109bfb5d215438 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon Dec 11 15:50:07 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon Dec 11 15:50:07 2000 +0000 |
tree | 7b6a191d65cb0ae33db2eb7043267bd61ab5e0f9 | |
parent | f7d5aa61d34cb7816ead2757860e5a66f7da0dcb [diff] |
select.select(): Add note that though this function accepts empty lists, using *only* empty lists may not be acceptable on all platforms, with the specific caveat that it does not work on Windows. Also clarified list of acceptable objects that may be in the lists, to let the user know that file objects are not usable here on Windows.