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 martin.panter
Recipients christian.heimes, gregory.p.smith, martin.panter
Date 2017-03-02.21:06:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488488781.1.0.113812673949.issue29700@psf.upfronthosting.co.za>
In-reply-to
Content
Be careful, some OSes have limited support for “poll”, “kqueue”, etc with terminals, and I ended up using “select” in the test suite:

https://bugs.python.org/issue26870#msg265604
https://github.com/python/cpython/commit/79f561d126d09d6d7ea1457a2a6ef267d93e6448
History
Date User Action Args
2017-03-02 21:06:21martin.pantersetrecipients: + martin.panter, gregory.p.smith, christian.heimes
2017-03-02 21:06:21martin.pantersetmessageid: <1488488781.1.0.113812673949.issue29700@psf.upfronthosting.co.za>
2017-03-02 21:06:21martin.panterlinkissue29700 messages
2017-03-02 21:06:21martin.pantercreate