diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-11-14 03:14:52 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-11-14 03:14:52 (GMT) |
commit | 2e89cf3465763ba9d048e8cac15cae14be201d27 (patch) | |
tree | 4890f8db85965f31b698199c672319daac1a4945 /Misc/NEWS | |
parent | 650db5bd682eb7bdcaf8e4841999c5573caf3aeb (diff) | |
download | cpython-2e89cf3465763ba9d048e8cac15cae14be201d27.zip cpython-2e89cf3465763ba9d048e8cac15cae14be201d27.tar.gz cpython-2e89cf3465763ba9d048e8cac15cae14be201d27.tar.bz2 |
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/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -155,6 +155,8 @@ C-API Library ------- +- Issue #5111: IPv6 Host in the Header is wrapped inside [ ]. Patch by Chandru. + - Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by Lorenzo M. Catucci. |