[Patches] [ python-Patches-712124 ] Obsolete comment in urlparse.py

SourceForge.net noreply@sourceforge.net
Sun, 30 Mar 2003 02:40:09 -0800


Patches item #712124, was opened at 2003-03-30 03:40
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=712124&group_id=5470

Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Steven Taschuk (staschuk)
Assigned to: Nobody/Anonymous (nobody)
Summary: Obsolete comment in urlparse.py

Initial Comment:
urlparse.py contains a comment to the effect
that urljoin('http://foo/bar', '//g') returns 'http://g/',
contrary to the RFC 1808 example, which calls
for 'http://g' (with no trailing slash).

But this is false, and has been since at least 2.2.2;
urljoin correctly returns 'http://g' in this case, as the
test suite in fact verifies.

The patch simply removes this bogus comment.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=712124&group_id=5470