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 orsenthil
Recipients elachuni, facundobatista, georg.brandl, georg.brandl, jjlee, kruegi, orsenthil, sjones
Date 2009-04-11.21:35:44
SpamBayes Score 4.9671232e-08
Marked as misclassified No
Message-id <1239485746.39.0.268639166546.issue754016@psf.upfronthosting.co.za>
In-reply-to
Content
Facundo, I re-looked at this issue (after a long time; sorry for that)
and I think that the patch is good to be applied as it is for this issue.

The Web-SIG discussion, which you pointed to in the comment
(http://mail.python.org/pipermail/web-sig/2008-June/003458.html)
suggests a more "general case" of thinking and parsing of the urls.

The suggestion is specifically for "//path" kind of urls, which is will
be parsed into authority (as per RFC2396) or into netloc as in the patch.

My suggestion is to fix this issue with patch and if the corner case
like "//path" comes up, then I shall look the modifications required as
there is No RFC Specifications and Tests defining those cases.

Your comments?
History
Date User Action Args
2009-04-11 21:35:48orsenthilsetrecipients: + orsenthil, georg.brandl, facundobatista, birkenfeld, jjlee, sjones, kruegi, elachuni
2009-04-11 21:35:46orsenthilsetmessageid: <1239485746.39.0.268639166546.issue754016@psf.upfronthosting.co.za>
2009-04-11 21:35:45orsenthillinkissue754016 messages
2009-04-11 21:35:44orsenthilcreate