summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-11-13 12:27:49 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-11-13 12:27:49 (GMT)
commit74ebd9e6a3c50b7816e5d11423c298acb5b7af81 (patch)
treec4219ed199d30167fee966c27b21717cc44f7bfa /Misc
parent5ccafbadda7a56d71389c63aa229623e703f655a (diff)
downloadcpython-74ebd9e6a3c50b7816e5d11423c298acb5b7af81.zip
cpython-74ebd9e6a3c50b7816e5d11423c298acb5b7af81.tar.gz
cpython-74ebd9e6a3c50b7816e5d11423c298acb5b7af81.tar.bz2
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 2887040..3d3a728 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,8 @@ Core and Builtins
Library
-------
+- Issue #5111: IPv6 Host in the Header is wrapped inside [ ]. Patch by Chandru.
+
- Fix Fraction.__hash__ so that Fraction.__hash__(-1) is -2. (See
also issue #10356.)