diff options
author | Guido van Rossum <guido@python.org> | 1998-12-21 18:24:09 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-12-21 18:24:09 (GMT) |
commit | c08cc50e00993364bb908870b293dfbb6f42013e (patch) | |
tree | 4968d84d0a13f3ddd486a59c863c53b1e21dff7d /Lib/urlparse.py | |
parent | 0b56a3e9a78f3e49a6c4c17842e18c59bcf75cb4 (diff) | |
download | cpython-c08cc50e00993364bb908870b293dfbb6f42013e.zip cpython-c08cc50e00993364bb908870b293dfbb6f42013e.tar.gz cpython-c08cc50e00993364bb908870b293dfbb6f42013e.tar.bz2 |
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.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ 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 |