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

mark.dickinson python-checkins at python.org
Sun Dec 27 20:04:44 CET 2009


Author: mark.dickinson
Date: Sun Dec 27 20:04:44 2009
New Revision: 77069

Log:
Blocked revisions 77067 via svnmerge

................
  r77067 | mark.dickinson | 2009-12-27 19:03:31 +0000 (Sun, 27 Dec 2009) | 9 lines
  
  Merged revisions 77066 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r77066 | mark.dickinson | 2009-12-27 16:16:02 +0000 (Sun, 27 Dec 2009) | 1 line
    
    Use ldexp(q, exp) instead of q*2.**exp in true division test, to avoid bogus failures on platforms with broken pow (e.g., Ubuntu/ia64).
  ........
................


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


More information about the Python-checkins mailing list