From: Senthil Kumaran Date: Thu, 22 Apr 2010 06:07:30 +0000 (+0000) Subject: IPv6 parsing is not present in this branch. Removing the reference from the module... X-Git-Tag: v2.6.6rc1~419 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdf0605a4f2d8d26987942ef2046381c56acf81c;p=python IPv6 parsing is not present in this branch. Removing the reference from the module docstring. --- diff --git a/Lib/urlparse.py b/Lib/urlparse.py index ad7734eb90..0e73e4b97b 100644 --- a/Lib/urlparse.py +++ b/Lib/urlparse.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.