Message237001
I suspect the proposed patch here would make some of the special error handling for the “port” property redundant, and would compete with my patch for Issue 20059, which raises ValueError in more cases when “port” is accessed, rather than returning None.
There should also be test cases (and maybe documentation or fixes?) to illustrate the behaviour of parsing:
* http://[fe80::a%25en1] (RFC 6874-style scoped IPv6 address with zone identifier)
* http://[v1.fe80::a+en1] (RFC 3986 IPvFuture format, using <https://tools.ietf.org/html/draft-sweet-uri-zoneid-01> style address) |
|
Date |
User |
Action |
Args |
2015-03-02 01:10:53 | martin.panter | set | recipients:
+ martin.panter, gvanrossum, orsenthil, vstinner, serhiy.storchaka, yselivanov |
2015-03-02 01:10:53 | martin.panter | set | messageid: <1425258653.53.0.0565689278257.issue20271@psf.upfronthosting.co.za> |
2015-03-02 01:10:53 | martin.panter | link | issue20271 messages |
2015-03-02 01:10:53 | martin.panter | create | |
|