Patch #712124: Remove obsolete comment.
diff --git a/Lib/urlparse.py b/Lib/urlparse.py
index 9681c7c..69305a7 100644
--- a/Lib/urlparse.py
+++ b/Lib/urlparse.py
@@ -236,7 +236,6 @@
       http:g?y        = <URL:http://a/b/c/g?y>
       http:g?y/./x    = <URL:http://a/b/c/g?y/./x>
 """
-# XXX The result for //g is actually http://g/; is this a problem?
 
 def test():
     import sys