diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-11-07 22:20:10 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-11-07 22:20:10 (GMT) |
commit | fc55bb1cc53b62cc461827755edf2be6cb07d636 (patch) | |
tree | 68a70fc2cdfb4ba7f453a51826031b2c394a0ce2 /Misc | |
parent | 15c02e304852596f2468f5edc32cb57d496ce9ca (diff) | |
parent | f4abc7b8a016da5b1783f471f2f376d7e9c27d60 (diff) | |
download | cpython-fc55bb1cc53b62cc461827755edf2be6cb07d636.zip cpython-fc55bb1cc53b62cc461827755edf2be6cb07d636.tar.gz cpython-fc55bb1cc53b62cc461827755edf2be6cb07d636.tar.bz2 |
Merge 3.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |