From 12a7f96aecbb8ed9c94c8f8f8b6201e9ee2e3478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= <martin@v.loewis.de> Date: Sun, 30 Mar 2003 16:28:26 +0000 Subject: Patch #712124: Remove obsolete comment. --- Lib/urlparse.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v0.12