[Python-checkins] r81542 - python/branches/release31-maint

mark.dickinson python-checkins at python.org
Wed May 26 18:06:11 CEST 2010


Author: mark.dickinson
Date: Wed May 26 18:06:11 2010
New Revision: 81542

Log:
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.
........


Modified:
   python/branches/release31-maint/   (props changed)


More information about the Python-checkins mailing list