summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-07-07 05:09:12 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2008-07-07 05:09:12 (GMT)
commitc4691ec0bf3e04dcd27ad3ab0350b5930b7d877d (patch)
tree503cf29f13549f6e7ad154251f25814c0149ddf1 /Misc
parent04222925f12595e60bbc29ba1d5a7016ba886957 (diff)
downloadcpython-c4691ec0bf3e04dcd27ad3ab0350b5930b7d877d.zip
cpython-c4691ec0bf3e04dcd27ad3ab0350b5930b7d877d.tar.gz
cpython-c4691ec0bf3e04dcd27ad3ab0350b5930b7d877d.tar.bz2
- Issue #3094: httplib.HTTPSConnection Host: headers no longer include the
redundant ":443" port number designation when the connection is using the default https port (443).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c544739..d942849 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,10 @@ Library
properly when raising an exception due to the bz2file being closed.
Prevents a deadlock.
+- Issue #3094: httplib.HTTPSConnection Host: headers no longer include the
+ redundant ":443" port number designation when the connection is using the
+ default https port (443).
+
Build
-----