From cac2ac74dfc878f9943bd500477f5ef2f0298d88 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Wed, 26 May 2010 16:06:11 +0000 Subject: [PATCH] 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. ........