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 brett.cannon
Recipients
Date 2003-09-10.19:39:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=357491

Rev. 2.74 of Modules/selectmodule.c has select.select() accept a 
sequence (as defined by PySequence_Fast()) for its first three 
arguments; this includes sets.

Changed to an RFE since it wasn't really a bug and closed.
History
Date User Action Args
2007-08-23 16:07:08adminlinkissue798046 messages
2007-08-23 16:07:08admincreate