]> granicus.if.org Git - python/commit
Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Mar 2015 01:52:49 +0000 (03:52 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Mar 2015 01:52:49 +0000 (03:52 +0200)
commitbcdd777d3c01a6db3b4357922663624ef617e65a
tree89c64b79fd8d7d515bcece608063019cfad79bfd
parentc4bb599be091ae92cfbe47e82a6d18f39c11443e
Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps

Add also more tests for ROUNd_FLOOR.
Include/pytime.h
Lib/test/test_time.py
Modules/_testcapimodule.c
Python/pytime.c