From: Stefan Krah Date: Wed, 7 Nov 2012 22:20:10 +0000 (+0100) Subject: Merge 3.3. X-Git-Tag: v3.4.0a1~2059 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc55bb1cc53b62cc461827755edf2be6cb07d636;p=thirdparty%2FPython%2Fcpython.git Merge 3.3. --- fc55bb1cc53b62cc461827755edf2be6cb07d636 diff --cc Misc/NEWS index 43e31d3a9257,e09e67d8ae4c..a4379fca6008 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -110,9 -80,9 +110,12 @@@ Core and Builtin Library ------- + - Issue #16431: Use the type information when constructing a Decimal subtype + from a Decimal argument. + +- Issue #15641: Clean up deprecated classes from importlib + Patch by Taras Lyapun. + - Issue #16350: zlib.Decompress.decompress() now accumulates data from successive calls after EOF in unused_data, instead of only saving the argument to the last call. Patch by Serhiy Storchaka.