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 Reuben.D'Netto
Recipients Reuben.D'Netto, gregory.p.smith, orsenthil
Date 2013-02-15.04:12:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360901579.27.0.274249487082.issue17200@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I've implemented tests for read_until() and expect() using both poll and select. I ended up rewriting _read_until_with_select() to look more like the poll equivalent in the process, which should hopefully make it more maintainable.
History
Date User Action Args
2013-02-15 04:12:59Reuben.D'Nettosetrecipients: + Reuben.D'Netto, gregory.p.smith, orsenthil
2013-02-15 04:12:59Reuben.D'Nettosetmessageid: <1360901579.27.0.274249487082.issue17200@psf.upfronthosting.co.za>
2013-02-15 04:12:59Reuben.D'Nettolinkissue17200 messages
2013-02-15 04:12:59Reuben.D'Nettocreate