Skip to content

Commit

Permalink
Document Python 2.6.2 kqueue is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips committed Sep 11, 2009
1 parent 68ad464 commit 81511a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tornado/ioloop.py
Expand Up @@ -42,7 +42,11 @@ def poll(self, timeout):
pass

class Kqueue(Multiplex):
"""Kqueue Multiplexer"""
"""Kqueue Multiplexer
Broken in Python 2.6.2
http://bugs.python.org/issue5910
"""
FLAGS = select.KQ_FILTER_READ | select.KQ_FILTER_WRITE

def __init__(self):
Expand Down

0 comments on commit 81511a9

Please sign in to comment.