]> granicus.if.org Git - python/commit
Issue #23517: datetime.datetime.fromtimestamp() and
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 1 Sep 2015 23:57:23 +0000 (01:57 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 1 Sep 2015 23:57:23 +0000 (01:57 +0200)
commit265e1259e4ad7001ea366d52c56adde8daed7a69
tree9cc370130de5b4d50588d33d8a8174e560d162da
parent744742320f259776dab1c8ef86e22225ef569d17
Issue #23517: datetime.datetime.fromtimestamp() and
datetime.datetime.utcfromtimestamp() now rounds to nearest with ties going away
from zero, instead of rounding towards minus infinity (-inf), as Python 2 and
Python older than 3.3.
Misc/NEWS
Modules/_datetimemodule.c