]> granicus.if.org Git - python/commit
Merged revisions 71837-71838 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Fri, 24 Apr 2009 16:39:07 +0000 (16:39 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 24 Apr 2009 16:39:07 +0000 (16:39 +0000)
commit5c56708f68699377aea76d8b9d04da5e7b02dbda
treeb0db5330dd2c8db12b8b329fc08186d5a0833a36
parentd4d95f8eac4718809cfb68f97c9881586596100a
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
........
Lib/test/test_math.py