]> granicus.if.org Git - python/commitdiff
Patch #712124: Remove obsolete comment.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 30 Mar 2003 16:28:26 +0000 (16:28 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 30 Mar 2003 16:28:26 +0000 (16:28 +0000)
Lib/urlparse.py

index 9681c7c96d44e57e077934d0aeef137af7e85960..69305a73b06a2370fda8fc4dafbb78adf5242a7a 100644 (file)
@@ -236,7 +236,6 @@ test_input = """
       http:g?y        = <URL:http://a/b/c/g?y>
       http:g?y/./x    = <URL:http://a/b/c/g?y/./x>
 """
-# XXX The result for //g is actually http://g/; is this a problem?
 
 def test():
     import sys