diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-02-03 10:22:11 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-02-03 10:22:11 (GMT) |
commit | ab53ab0a843757d2a40bde1e00a80ea91bcf8402 (patch) | |
tree | e1d75ac172868df83964bd558cccca4d5ea6e186 /Misc/NEWS | |
parent | 50457403f2a86769f378b6a57f6f4ed0c7b9cc39 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |