Message256862
| 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:29 | SilentGhost | set | recipients: + SilentGhost, r.david.murray, Wiktor Niesiobedzki |
| 2015-12-22 20:35:29 | SilentGhost | set | messageid: <1450816529.1.0.620308724328.issue25919@psf.upfronthosting.co.za> |
| 2015-12-22 20:35:29 | SilentGhost | link | issue25919 messages |
| 2015-12-22 20:35:28 | SilentGhost | create | |