From a3240dc09795d0078455d8e051c6377050186055 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Thu, 22 Apr 2010 06:08:23 +0000 Subject: Remove IPv6 parsing reference from this branch too. --- Lib/urllib/parse.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Lib/urllib/parse.py b/Lib/urllib/parse.py index 8bba150..bdb2cd7 100644 --- a/Lib/urllib/parse.py +++ b/Lib/urllib/parse.py @@ -5,9 +5,6 @@ urlparse module is based upon the following RFC specifications. 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. -- cgit v0.12