summaryrefslogtreecommitdiff
path: root/Lib/urlparse.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-12-21 18:24:09 +0000
committerGuido van Rossum <guido@python.org>1998-12-21 18:24:09 +0000
commit731ea84d82616d8c29583fa81d367a00cbbb09fd (patch)
tree766cccac507d78cd431c9f42a74c1a58a57767b1 /Lib/urlparse.py
parent28538dfe5462ca833650bc089c211fa2c60d9bfa (diff)
downloadcpython-731ea84d82616d8c29583fa81d367a00cbbb09fd.tar.gz
Add XXX comment about a test that doesn't seem right -- no time to
explore this now.
Diffstat (limited to 'Lib/urlparse.py')
-rw-r--r--Lib/urlparse.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/urlparse.py b/Lib/urlparse.py
index c3c39a3074..fe2c8ded95 100644
--- a/Lib/urlparse.py
+++ b/Lib/urlparse.py
@@ -226,6 +226,7 @@ test_input = """
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