From: Martin v. Löwis Date: Sun, 30 Mar 2003 16:28:26 +0000 (+0000) Subject: Patch #712124: Remove obsolete comment. X-Git-Tag: v2.3c1~1326 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12a7f96aecbb8ed9c94c8f8f8b6201e9ee2e3478;p=python Patch #712124: Remove obsolete comment. --- diff --git a/Lib/urlparse.py b/Lib/urlparse.py index 9681c7c96d..69305a73b0 100644 --- a/Lib/urlparse.py +++ b/Lib/urlparse.py @@ -236,7 +236,6 @@ test_input = """ http:g?y = http:g?y/./x = """ -# XXX The result for //g is actually http://g/; is this a problem? def test(): import sys