summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-02-03 10:22:11 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-02-03 10:22:11 (GMT)
commitab53ab0a843757d2a40bde1e00a80ea91bcf8402 (patch)
treee1d75ac172868df83964bd558cccca4d5ea6e186 /Misc/NEWS
parent50457403f2a86769f378b6a57f6f4ed0c7b9cc39 (diff)
downloadcpython-ab53ab0a843757d2a40bde1e00a80ea91bcf8402.zip
cpython-ab53ab0a843757d2a40bde1e00a80ea91bcf8402.tar.gz
cpython-ab53ab0a843757d2a40bde1e00a80ea91bcf8402.tar.bz2
Issue #13128: Print response headers for CONNECT requests when debuglevel > 0.
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 4952455..bbe7573 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -232,6 +232,9 @@ Core and Builtins
Library
-------
+- Issue #13128: Print response headers for CONNECT requests when debuglevel
+ > 0. Patch by Demian Brecht.
+
- Issue #15381: Optimized io.BytesIO to make less allocations and copyings.
- Issue #22818: Splitting on a pattern that could match an empty string now