[Python-checkins] r71841 - python/branches/release30-maint

mark.dickinson python-checkins at python.org
Fri Apr 24 18:41:00 CEST 2009


Author: mark.dickinson
Date: Fri Apr 24 18:41:00 2009
New Revision: 71841

Log:
Blocked revisions 71839 via svnmerge

................
  r71839 | mark.dickinson | 2009-04-24 17:39:07 +0100 (Fri, 24 Apr 2009) | 15 lines
  
  Merged revisions 71837-71838 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r71837 | mark.dickinson | 2009-04-24 17:34:14 +0100 (Fri, 24 Apr 2009) | 4 lines
    
    Issue #5593: Use more robust test for double-rounding in test_fsum.
    While we're at it, use new unittest.skipUnless decorator to
    implement skipping for that test.
  ........
    r71838 | mark.dickinson | 2009-04-24 17:37:22 +0100 (Fri, 24 Apr 2009) | 2 lines
    
    Remove unnecessary double negative
  ........
................


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


More information about the Python-checkins mailing list