[Python-checkins] r76918 - python/branches/release26-maint

mark.dickinson python-checkins at python.org
Sun Dec 20 15:08:45 CET 2009


Author: mark.dickinson
Date: Sun Dec 20 15:08:45 2009
New Revision: 76918

Log:
Blocked revisions 76916 via svnmerge

........
  r76916 | mark.dickinson | 2009-12-20 13:58:18 +0000 (Sun, 20 Dec 2009) | 3 lines
  
  math.factorial depends on PyLong_AsLong correctly converting floats; rewrite
  it to do the conversion explicitly instead.  See issue #7550.
........


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


More information about the Python-checkins mailing list