classification
Title: DispatcherWithSendTests_UsePoll with test_asyncore does nothing
Type: behavior Stage: needs patch
Components: Library (Lib), Tests Versions: Python 3.2, Python 3.1, Python 2.7, Python 2.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: facundobatista Nosy List: alanmcintyre, facundobatista, pitrou (3)
Priority: normal Keywords

Created on 2009-10-27 18:27 by pitrou, last changed 2009-10-27 18:27 by pitrou.

Messages (1)
msg94570 - (view) Author: Antoine Pitrou (pitrou) Date: 2009-10-27 18:27
It changes the class variable `usepoll` from its parent to True, but
that variable isn't used anywhere.
History
Date User Action Args
2009-10-27 18:27:01pitroucreate