[Python-checkins] python/dist/src/Lib urlparse.py,1.39,1.40

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sun, 30 Mar 2003 08:28:29 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv20398/Lib

Modified Files:
	urlparse.py 
Log Message:
Patch #712124: Remove obsolete comment.


Index: urlparse.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/urlparse.py,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** urlparse.py	7 Jan 2003 02:09:16 -0000	1.39
--- urlparse.py	30 Mar 2003 16:28:26 -0000	1.40
***************
*** 237,241 ****
        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():
--- 237,240 ----