summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2016-05-13 08:35:29 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2016-05-13 08:35:29 (GMT)
commit5d1110a952ee9551b249bcd4dd1f3d3bc21371b8 (patch)
tree185bc1479f27f930ec0ba53637928186dd9499ff /Misc
parentf94ec1bd832831186e309afbec60ac1ed0200564 (diff)
parent9642eedc0a6d90d9502658a6569518741eea9ef3 (diff)
downloadcpython-5d1110a952ee9551b249bcd4dd1f3d3bc21371b8.zip
cpython-5d1110a952ee9551b249bcd4dd1f3d3bc21371b8.tar.gz
cpython-5d1110a952ee9551b249bcd4dd1f3d3bc21371b8.tar.bz2
merge from 3.5
Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. Patch contributed by Chi Hsuan Yen.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 053128f..d609f5d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -277,6 +277,9 @@ Core and Builtins
Library
-------
+- Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. Patch
+ contributed by Chi Hsuan Yen.
+
- Issue #22274: In the subprocess module, allow stderr to be redirected to
stdout even when stdout is not redirected. Patch by Akira Li.