summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-11-14 03:31:52 +0000
committerSenthil Kumaran <orsenthil@gmail.com>2010-11-14 03:31:52 +0000
commit0a6b4d8ec86eaa44e5665c81e9511c7864c794ca (patch)
tree5a81f6ad17a727022cca5133a5b8df1b55be29ac /Misc
parentd4bdd8103a60a3beb1e40e4e1650b306d85e31e4 (diff)
downloadcpython-0a6b4d8ec86eaa44e5665c81e9511c7864c794ca.tar.gz
Merged revisions 86450 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86450 | senthil.kumaran | 2010-11-13 20:27:49 +0800 (Sat, 13 Nov 2010) | 3 lines Fix Issue5111 - Wrap the Ipv6 host with [] in the Host header ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f0afdb4ae5..b45fe76793 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,8 @@ Core and Builtins
Library
-------
+- Issue #5111: IPv6 Host in the Header is wrapped inside [ ]. Patch by Chandru.
+
What's New in Python 2.7.1 release candidate 1?
===============================================