From: Guido van Rossum Date: Mon, 21 Dec 1998 18:24:09 +0000 (+0000) Subject: Add XXX comment about a test that doesn't seem right -- no time to X-Git-Tag: v1.5.2b1~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c08cc50e00993364bb908870b293dfbb6f42013e;p=python Add XXX comment about a test that doesn't seem right -- no time to explore this now. --- diff --git a/Lib/urlparse.py b/Lib/urlparse.py index c3c39a3074..fe2c8ded95 100644 --- a/Lib/urlparse.py +++ b/Lib/urlparse.py @@ -226,6 +226,7 @@ test_input = """ http:g = http: = """ +# XXX The result for //g is actually http://g/; is this a problem? def test(): import sys