]> granicus.if.org Git - python/commitdiff
Add XXX comment about a test that doesn't seem right -- no time to
authorGuido van Rossum <guido@python.org>
Mon, 21 Dec 1998 18:24:09 +0000 (18:24 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 21 Dec 1998 18:24:09 +0000 (18:24 +0000)
explore this now.

Lib/urlparse.py

index c3c39a3074778a7714aa7b11c0ba2a04fc4986ca..fe2c8ded95e89badfc2b2c6c1d3f1c3fcf509708 100644 (file)
@@ -226,6 +226,7 @@ test_input = """
       http:g     = <URL:http://a/b/c/g>
       http:      = <URL:http://a/b/c/d>
 """
+# XXX The result for //g is actually http://g/; is this a problem?
 
 def test():
        import sys