[Python-checkins] r80341 - python/branches/release31-maint/Lib/urllib/parse.py

senthil.kumaran python-checkins at python.org
Thu Apr 22 08:08:23 CEST 2010


Author: senthil.kumaran
Date: Thu Apr 22 08:08:23 2010
New Revision: 80341

Log:
Remove IPv6 parsing reference from this branch too.



Modified:
   python/branches/release31-maint/Lib/urllib/parse.py

Modified: python/branches/release31-maint/Lib/urllib/parse.py
==============================================================================
--- python/branches/release31-maint/Lib/urllib/parse.py	(original)
+++ python/branches/release31-maint/Lib/urllib/parse.py	Thu Apr 22 08:08:23 2010
@@ -5,9 +5,6 @@
 RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding
 and L.  Masinter, January 2005.
 
-RFC 2732 : "Format for Literal IPv6 Addresses in URL's by R.Hinden, B.Carpenter
-and L.Masinter, December 1999.
-
 RFC2396:  "Uniform Resource Identifiers (URI)": Generic Syntax by T.
 Berners-Lee, R. Fielding, and L. Masinter, August 1998.
 


More information about the Python-checkins mailing list