summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-12-12 07:30:18 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-12-12 07:30:18 (GMT)
commitd4a001b23cf66232a48021f39d121ba817b31ef2 (patch)
treef8911bfe50d681b88620dba7bc89d27f0287d0d4 /Misc/NEWS
parentd625a1819d01ec4d5817c986fee3068d04aa5280 (diff)
parent4ac7ed97a8cabb5dba6aa25e32cd59d9854dda90 (diff)
downloadcpython-d4a001b23cf66232a48021f39d121ba817b31ef2.zip
cpython-d4a001b23cf66232a48021f39d121ba817b31ef2.tar.gz
cpython-d4a001b23cf66232a48021f39d121ba817b31ef2.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/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fb80c0b..299f432 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -194,6 +194,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.