diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2013-08-04 18:51:35 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2013-08-04 18:51:35 (GMT) |
commit | 790d269d393fe625614db5cc8fe8ad0d4029253d (patch) | |
tree | 98bf336596290e65a119f014c75a419143ad3744 /Misc | |
parent | 5e5a8230c206e5762b5d4c0708189422c1b1f3b1 (diff) | |
download | cpython-790d269d393fe625614db5cc8fe8ad0d4029253d.zip cpython-790d269d393fe625614db5cc8fe8ad0d4029253d.tar.gz cpython-790d269d393fe625614db5cc8fe8ad0d4029253d.tar.bz2 |
Fixes #8860: Round half-microseconds to even in the timedelta constructor.
(Original patch by Mark Dickinson.)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ Core and Builtins Library ------- +- Issue 8860: Fixed rounding in timedelta constructor. What's New in Python 3.4.0 Alpha 1? =================================== |