This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vdvo
Recipients
Date 2003-10-05.00:08:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
<nit-picking>
The manual for select.select() says:
"Empty lists are allowed, but acceptance of three empty
lists is platform-dependent. (It is known to work on
Unix but not on Windows.)"

I believe that one of the advantages of high-level
languages is that they (are supposed to) shield the
programmer from platform specifics where possible.
Surely it can't be a problem for the select() wrapper
to have defined, platform-independent behaviour for
three empty lists?
</nit-picking>
History
Date User Action Args
2007-08-23 14:17:29adminlinkissue817920 messages
2007-08-23 14:17:29admincreate