commit | a695f83f0de060a77352174be8a5c6f6500ab98a | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Mar 30 03:57:14 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Mar 30 03:57:14 2015 +0200 |
tree | 96ce032785c3d0503e2952e9b5794dbd3cd2dcfa | |
parent | 869e1778c0bcfc0928701c6ae0703934359d036b [diff] |
Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods Use _PyTime_ROUND_FLOOR and _PyTime_ROUND_CEILING instead.