]> granicus.if.org Git - python/commit
Fixes #8860: Round half-microseconds to even in the timedelta constructor.
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sun, 4 Aug 2013 18:51:35 +0000 (14:51 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sun, 4 Aug 2013 18:51:35 +0000 (14:51 -0400)
commit790d269d393fe625614db5cc8fe8ad0d4029253d
tree98bf336596290e65a119f014c75a419143ad3744
parent5e5a8230c206e5762b5d4c0708189422c1b1f3b1
Fixes #8860: Round half-microseconds to even in the timedelta constructor.
(Original patch by Mark Dickinson.)
Doc/library/datetime.rst
Lib/test/datetimetester.py
Misc/NEWS
Modules/_datetimemodule.c