commit | cac2ac74dfc878f9943bd500477f5ef2f0298d88 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Wed May 26 16:06:11 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Wed May 26 16:06:11 2010 +0000 |
tree | 46ceb9f0533d65599bcd86e8b09f3cf624a88a80 | |
parent | 827bd45b12a417d107f6914e08f5e86b4d082521 [diff] |
Blocked revisions 81541 via svnmerge ........ r81541 | mark.dickinson | 2010-05-26 17:02:59 +0100 (Wed, 26 May 2010) | 4 lines Issue #8817: Expose round-to-nearest variant of divmod in _PyLong_Divmod_Near for use by the datetime module; also refactor long_round to use this function. ........