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 SilentGhost
Recipients SilentGhost, Wiktor Niesiobedzki, r.david.murray
Date 2015-12-22.20:35:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450816529.1.0.620308724328.issue25919@psf.upfronthosting.co.za>
In-reply-to
Content
There is a test suite which can be run to test for breakages:

./python -m test test_httplib

If you do that you'll notice that some things are broken, I got error in 5 different tests related to you select.select call:

TypeError: argument must be an int, or have a fileno() method. 

Your test code seems to be running fine now, though.
History
Date User Action Args
2015-12-22 20:35:29SilentGhostsetrecipients: + SilentGhost, r.david.murray, Wiktor Niesiobedzki
2015-12-22 20:35:29SilentGhostsetmessageid: <1450816529.1.0.620308724328.issue25919@psf.upfronthosting.co.za>
2015-12-22 20:35:29SilentGhostlinkissue25919 messages
2015-12-22 20:35:28SilentGhostcreate