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 orsenthil
Date 2008-08-22.12:54:31
SpamBayes Score 0.0010250629
Marked as misclassified No
Message-id <1219409676.71.0.379802173537.issue3647@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching two patches to make the current urlparse library, especially 
the relative url parsing and urljoin  to be RFC3986 compliance.
I have included all the tests prescribed in RFC3986 and verified them 
to pass with the patches.

Our parsing functionality of netloc (to 
username,password,hostname,port) is same as what RFC3986 specifies. It 
uses the term 'authority' instead of 'netloc'. I did not feel the need 
for name change. If required, it can done.
History
Date User Action Args
2008-08-22 12:54:37orsenthilsetrecipients: + orsenthil
2008-08-22 12:54:36orsenthilsetmessageid: <1219409676.71.0.379802173537.issue3647@psf.upfronthosting.co.za>
2008-08-22 12:54:33orsenthillinkissue3647 messages
2008-08-22 12:54:33orsenthilcreate