From: Vinay Sajip Date: Fri, 29 Mar 2013 17:59:15 +0000 (+0000) Subject: Closes #17540: Merged fix from 3.3. X-Git-Tag: v3.4.0a1~1070 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04cc55a14c0cc5a55b573fde2194f554d1105c6a;p=python Closes #17540: Merged fix from 3.3. --- 04cc55a14c0cc5a55b573fde2194f554d1105c6a diff --cc Misc/NEWS index de80e5fadf,8c016a4c80..5c2879ade9 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -297,11 -200,8 +297,13 @@@ Core and Builtin Library ------- + - Issue #17540: Added style to formatter configuration by dict. + +- Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial + patch by Michele Orrù. + +- Issue #17025: multiprocessing: Reduce Queue and SimpleQueue contention. + - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, iceweasel, iceape.