summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2013-08-04 18:51:35 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2013-08-04 18:51:35 (GMT)
commit790d269d393fe625614db5cc8fe8ad0d4029253d (patch)
tree98bf336596290e65a119f014c75a419143ad3744 /Misc
parent5e5a8230c206e5762b5d4c0708189422c1b1f3b1 (diff)
downloadcpython-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/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 84ce19f..04bd92f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
===================================