[issue9159] asyncore.file_wrapper does not register its fd to socket_map

2010-07-04 Thread kimhyunkang
Changes by kimhyunkang : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue9159> ___ ___ Python-bugs-list mailing list Unsubscri

[issue9159] asyncore.file_wrapper does not register its fd to socket_map

2010-07-04 Thread kimhyunkang
New submission from kimhyunkang : In current stable python 2.6, the test code below does nothing, which is inconsistent with other default dispatcher's behavior. import asyncore class test_reader(asyncore.file_wrapper) def writable(self): return False def handle_read