]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Mar 2015 01:57:14 +0000 (03:57 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Mar 2015 01:57:14 +0000 (03:57 +0200)
commita695f83f0de060a77352174be8a5c6f6500ab98a
tree96ce032785c3d0503e2952e9b5794dbd3cd2dcfa
parent869e1778c0bcfc0928701c6ae0703934359d036b
Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods

Use _PyTime_ROUND_FLOOR and _PyTime_ROUND_CEILING instead.
Include/pytime.h
Lib/test/test_time.py
Modules/_testcapimodule.c
Python/pytime.c