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.

classification
Title: Doc typo for select.kevent()
Type: Stage:
Components: Documentation, Library (Lib) Versions: Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, whit537
Priority: normal Keywords:

Created on 2009-12-29 15:28 by whit537, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg96996 - (view) Author: Chad Whitacre (whit537) Date: 2009-12-29 15:28
I believe the default "flags" argument to select.kevent() should be given 
as KQ_EV_ADD, not KQ_ADD.

http://docs.python.org/dev/py3k/library/select.html
msg97004 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-12-29 21:09
Thanks, fixed (in docs and docstring) in r77120.
History
Date User Action Args
2022-04-11 14:56:55adminsetgithub: 51844
2009-12-29 21:09:23georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg97004
2009-12-29 15:28:04whit537create