From c08cc50e00993364bb908870b293dfbb6f42013e Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 21 Dec 1998 18:24:09 +0000 Subject: Add XXX comment about a test that doesn't seem right -- no time to explore this now. --- Lib/urlparse.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/urlparse.py b/Lib/urlparse.py index c3c39a3..fe2c8de 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 -- cgit v0.12