summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-04-16 03:02:13 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-04-16 03:02:13 (GMT)
commitad02d239ffc247c6f4ccafaa1428d47465f178ef (patch)
tree2679fd55c809a483086b0c14579568a8615775c2 /Misc
parentb213ee33c03c29c259441e63aba10aa37144a96a (diff)
downloadcpython-ad02d239ffc247c6f4ccafaa1428d47465f178ef.zip
cpython-ad02d239ffc247c6f4ccafaa1428d47465f178ef.tar.gz
cpython-ad02d239ffc247c6f4ccafaa1428d47465f178ef.tar.bz2
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) ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 489b0ed..7465609 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -312,6 +312,9 @@ C-API
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`