]> granicus.if.org Git - python/commit
Merged revisions 67707 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Thu, 11 Dec 2008 21:59:08 +0000 (21:59 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 11 Dec 2008 21:59:08 +0000 (21:59 +0000)
commit717d5d0a501c4061bd195c083a8258bd2a2745ab
tree6576331d6b12f0dd8f1bf9b28c876bfafc3de74e
parent7c62f89c1f3bfa0baa829080304e020f89ad795a
Merged revisions 67707 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r67707 | mark.dickinson | 2008-12-11 19:28:08 +0000 (Thu, 11 Dec 2008) | 5 lines

  Issues #3167, #3682: tests for math.log and math.log10 were failing on
  Solaris and OpenBSD.  Fix this by handling special values and domain
  errors directly in mathmodule.c, passing only positive nonspecial floats
  to the system log/log10.
........
Misc/NEWS
Modules/mathmodule.c