summaryrefslogtreecommitdiffstats
path: root/Lib/urlparse.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-03-30 16:28:26 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-03-30 16:28:26 (GMT)
commit12a7f96aecbb8ed9c94c8f8f8b6201e9ee2e3478 (patch)
tree9498d6fe829897283d79e67086704cda412891f5 /Lib/urlparse.py
parent103d6e7a3c9feed2ef54d51c77f0daa614dc936a (diff)
downloadcpython-12a7f96aecbb8ed9c94c8f8f8b6201e9ee2e3478.zip
cpython-12a7f96aecbb8ed9c94c8f8f8b6201e9ee2e3478.tar.gz
cpython-12a7f96aecbb8ed9c94c8f8f8b6201e9ee2e3478.tar.bz2
Patch #712124: Remove obsolete comment.
Diffstat (limited to 'Lib/urlparse.py')
-rw-r--r--Lib/urlparse.py1
1 files changed, 0 insertions, 1 deletions
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 @@ test_input = """
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