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.

Author jesstess
Recipients alanmcintyre, facundobatista, jesstess, pitrou
Date 2014-04-19.18:54:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397933650.58.0.00731963440384.issue7221@psf.upfronthosting.co.za>
In-reply-to
Content
This looks like a copy-paste typo from test_asynchat, which does use `usepoll`.

Attached is a patch that removes `usepoll` and a `DispatcherWithSendTests_UsePoll` TestCase that did nothing but set `usepoll=True`.

* The diff passes `make patchcheck`.
* The full test suite passes with this diff.
History
Date User Action Args
2014-04-19 18:54:10jesstesssetrecipients: + jesstess, facundobatista, alanmcintyre, pitrou
2014-04-19 18:54:10jesstesssetmessageid: <1397933650.58.0.00731963440384.issue7221@psf.upfronthosting.co.za>
2014-04-19 18:54:10jesstesslinkissue7221 messages
2014-04-19 18:54:10jesstesscreate