Merged revisions 80101 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80101 | senthil.kumaran | 2010-04-16 08:16:46 +0530 (Fri, 16 Apr 2010) | 3 lines
Fix issue2987: RFC2732 support for urlparse (IPv6 addresses)
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 489b0ed..7465609 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -312,6 +312,9 @@
Library
-------
+- Issue #2987: RFC2732 support for urlparse (IPv6 addresses). Patch by Tony
+ Locke and Hans Ulrich Niedermann.
+
- Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters.
- Issue #7316: the acquire() method of lock objects in the :mod:`threading`