summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-04-22 06:08:23 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-04-22 06:08:23 (GMT)
commita3240dc09795d0078455d8e051c6377050186055 (patch)
tree82c2f22c084d8deadb966eb622cb1d4882753166 /Lib
parent679b7b8bf35bd972f784250636256dc376f740d1 (diff)
downloadcpython-a3240dc09795d0078455d8e051c6377050186055.zip
cpython-a3240dc09795d0078455d8e051c6377050186055.tar.gz
cpython-a3240dc09795d0078455d8e051c6377050186055.tar.bz2
Remove IPv6 parsing reference from this branch too.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/urllib/parse.py3
1 files changed, 0 insertions, 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.