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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12a7f96aecbb8ed9c94c8f8f8b6201e9ee2e3478;p=thirdparty%2FPython%2Fcpython.git Patch #712124: Remove obsolete comment. --- diff --git a/Lib/urlparse.py b/Lib/urlparse.py index 9681c7c96d44..69305a73b06a 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