Message255525
| Author | martin.panter |
|---|---|
| Recipients | antlong, christian.heimes, eric.araujo, jerub, martin.panter, orsenthil, pitrou, python-dev, rosslagerwall, wichert |
| Date | 2015-11-28.04:19:50 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1448684391.16.0.408349531235.issue14826@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
FWIW urlopen() already handles space characters in the Location target of redirects; see HTTPRedirectHandler.redirect_request(). So I think it is reasonable to handle space characters in user-supplied URLs also, if it is done properly. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-11-28 04:19:51 | martin.panter | set | recipients: + martin.panter, orsenthil, pitrou, jerub, christian.heimes, wichert, eric.araujo, antlong, rosslagerwall, python-dev |
| 2015-11-28 04:19:51 | martin.panter | set | messageid: <1448684391.16.0.408349531235.issue14826@psf.upfronthosting.co.za> |
| 2015-11-28 04:19:51 | martin.panter | link | issue14826 messages |
| 2015-11-28 04:19:50 | martin.panter | create | |