]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #1478429: make datetime.datetime.fromtimestamp accept every float,
authorGeorg Brandl <georg@python.org>
Fri, 28 Apr 2006 19:09:29 +0000 (19:09 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 28 Apr 2006 19:09:29 +0000 (19:09 +0000)
commitfee327c85ae3e5ef6388de5e722f788bee491c9f
treedad70786ccd3bf94c5119d6c9994dde36f56d81c
parenta64b9816ec0b3949386a10ba2fdb099f054ad212
Bug #1478429: make datetime.datetime.fromtimestamp accept every float,
possibly "rounding up" to the next whole second.
 (backport from rev. 45792)
Lib/test/test_datetime.py
Modules/datetimemodule.c