diff --git a/Lib/urlparse.py b/Lib/urlparse.py index c3c39a30747..fe2c8ded95e 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