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 c3c39a3..fe2c8de 100644
--- a/Lib/urlparse.py
+++ b/Lib/urlparse.py
@@ -226,6 +226,7 @@
       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