Message253587
| Author | martin.panter |
|---|---|
| Recipients | Nan Wu, ezio.melotti, martin.panter |
| Date | 2015-10-28.05:07:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1446008827.95.0.294688126287.issue25439@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I meant removing one of the checks in AbstractHTTPHandler.do_request_(). I left a note in the review at the relevant line. One more thing I forgot to mention, although I am afraid it is 90% nit picking the dict iterable check. For the “http:” scheme, an iterable of “bytes-like” objects is supported (again not documented though). For HTTPS (over SSL), not every bytes-like object is supported, but common ones like bytearray() still work I think. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-10-28 05:07:07 | martin.panter | set | recipients: + martin.panter, ezio.melotti, Nan Wu |
| 2015-10-28 05:07:07 | martin.panter | set | messageid: <1446008827.95.0.294688126287.issue25439@psf.upfronthosting.co.za> |
| 2015-10-28 05:07:07 | martin.panter | link | issue25439 messages |
| 2015-10-28 05:07:07 | martin.panter | create | |