diff options
author | Brett Cannon <brett@python.org> | 2012-11-15 21:13:00 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-11-15 21:13:00 (GMT) |
commit | 0676caf66082af23806f2316e4debf2c70bf9cf5 (patch) | |
tree | 658f8dd40f1a40694fa27e6b456c644ce4009f43 /Misc | |
parent | 27b6793c72b8e74808997c3fc3e2ff7e912b0887 (diff) | |
parent | 73726aac0fada5a94587fde7ba48aa0699e59bc9 (diff) | |
download | cpython-0676caf66082af23806f2316e4debf2c70bf9cf5.zip cpython-0676caf66082af23806f2316e4debf2c70bf9cf5.tar.gz cpython-0676caf66082af23806f2316e4debf2c70bf9cf5.tar.bz2 |
merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -127,6 +127,10 @@ Core and Builtins Library ------- +- Issue #16469: Fix exceptions from float -> Fraction and Decimal -> Fraction + conversions for special values to be consistent with those for float -> int + and Decimal -> int. Patch by Alexey Kachayev. + - Issue #16481: multiprocessing no longer leaks process handles on Windows. - Issue #12428: Add a pure Python implementation of functools.partial(). |