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 ionelmc
Recipients georg.brandl, ionelmc
Date 2008-09-12.21:52:49
SpamBayes Score 1.1892056e-05
Marked as misclassified No
Message-id <1221256371.42.0.0336253245305.issue3852@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/dev/library/select.html#id1

Docs say: "select.control(changelist, max_events=0[, timeout=None])"
However, control requires 2 params ("TypeError: control() takes at least
2 arguments (1 given)").

Also, it should be "kqueue" not "select" (There are 2 more like this
"epoll.fromfd(fd)" in the kqueue section, "select.kqueue(ident,
filter=KQ_FILTER_READ, flags=KQ_ADD, fflags=0, data=0, udata=0)" instead
of "select.kevent( ... ")
History
Date User Action Args
2008-09-12 21:52:51ionelmcsetrecipients: + ionelmc, georg.brandl
2008-09-12 21:52:51ionelmcsetmessageid: <1221256371.42.0.0336253245305.issue3852@psf.upfronthosting.co.za>
2008-09-12 21:52:50ionelmclinkissue3852 messages
2008-09-12 21:52:49ionelmccreate