From: Berker Peksag Date: Sat, 20 Sep 2014 05:54:32 +0000 (+0300) Subject: Issue #22247: Add NNTPError to nntplib.__all__. X-Git-Tag: v3.5.0a1~893 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdfeb0387dce957303ec822337e817e1207c5a36;p=thirdparty%2FPython%2Fcpython.git Issue #22247: Add NNTPError to nntplib.__all__. --- bdfeb0387dce957303ec822337e817e1207c5a36 diff --cc Misc/NEWS index 83e0dbd8afa7,1ba6a4ac6525..1a02975986d1 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -137,10 -32,8 +137,12 @@@ Core and Builtin Library ------- + - Issue #22247: Add NNTPError to nntplib.__all__. + +- Issue #22366: urllib.request.urlopen will accept a context object + (SSLContext) as an argument which will then used be for HTTPS connection. + Patch by Alex Gaynor. + - Issue #4180: The warnings registries are now reset when the filters are modified.