diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-12 07:29:15 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-12 07:29:15 (GMT) |
commit | 4ac7ed97a8cabb5dba6aa25e32cd59d9854dda90 (patch) | |
tree | 80294759ce4fdeca3751c1b69348b79255b0623e /Misc | |
parent | 1e40f10886f1c83e47f69ab229b27ab2eceff939 (diff) | |
download | cpython-4ac7ed97a8cabb5dba6aa25e32cd59d9854dda90.zip cpython-4ac7ed97a8cabb5dba6aa25e32cd59d9854dda90.tar.gz cpython-4ac7ed97a8cabb5dba6aa25e32cd59d9854dda90.tar.bz2 |
Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port
value in the host header was set to "None". Patch by Demian Brecht.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ Core and Builtins Library ------- +- Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port + value in the host header was set to "None". Patch by Demian Brecht. + - Issue #23016: A warning no longer produces an AttributeError when the program is run with pythonw.exe. |