summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-04-16 03:06:19 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-04-16 03:06:19 (GMT)
commit2176ad5f304880bcc2341106ba4ed943ded8a120 (patch)
tree09c0b5e01bb06ccc2608f29827dfe68454a2f812 /Misc
parent0e3e48545295d23e2dae081a01b6e62fb2dfe65a (diff)
downloadcpython-2176ad5f304880bcc2341106ba4ed943ded8a120.zip
cpython-2176ad5f304880bcc2341106ba4ed943ded8a120.tar.gz
cpython-2176ad5f304880bcc2341106ba4ed943ded8a120.tar.bz2
Merged revisions 80102 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r80102 | senthil.kumaran | 2010-04-16 08:32:13 +0530 (Fri, 16 Apr 2010) | 9 lines 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 536ea43..181d630 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,9 @@ Core and Builtins
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 #8383: pickle and pickletools use surrogatepass error handler when