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
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: alanmcintyre, facundobatista, pitrou
Priority: normal Keywords:

Created on 2009-10-27 18:27 by pitrou, last changed 2011-03-26 15:49 by facundobatista.

Messages (1)
msg94570 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) 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
2011-03-26 15:49:44facundobatistasetassignee: facundobatista ->
2010-07-11 10:04:47BreamoreBoysetversions: - Python 2.6
2009-10-27 18:27:01pitroucreate