[Python-bugs-list] [ python-Bugs-817920 ] select behavior undefined for empty lists

SourceForge.net noreply at sourceforge.net
Sat Oct 4 20:08:20 EDT 2003


Bugs item #817920, was opened at 2003-10-05 02:08
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=817920&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Vaclav Dvorak (vdvo)
Assigned to: Nobody/Anonymous (nobody)
Summary: select behavior undefined for empty lists

Initial Comment:
<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>

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=817920&group_id=5470



More information about the Python-bugs-list mailing list