summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-11-07 22:20:10 (GMT)
committerStefan Krah <skrah@bytereef.org>2012-11-07 22:20:10 (GMT)
commitfc55bb1cc53b62cc461827755edf2be6cb07d636 (patch)
tree68a70fc2cdfb4ba7f453a51826031b2c394a0ce2 /Misc
parent15c02e304852596f2468f5edc32cb57d496ce9ca (diff)
parentf4abc7b8a016da5b1783f471f2f376d7e9c27d60 (diff)
downloadcpython-fc55bb1cc53b62cc461827755edf2be6cb07d636.zip
cpython-fc55bb1cc53b62cc461827755edf2be6cb07d636.tar.gz
cpython-fc55bb1cc53b62cc461827755edf2be6cb07d636.tar.bz2
Merge 3.3.
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 43e31d3..a4379fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -110,6 +110,9 @@ Core and Builtins
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.