From: Mark Dickinson Date: Wed, 26 May 2010 16:06:11 +0000 (+0000) Subject: Blocked revisions 81541 via svnmerge X-Git-Tag: v3.1.3rc1~705 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cac2ac74dfc878f9943bd500477f5ef2f0298d88;p=python 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. ........ ---