Staging
v0.5.1
https://github.com/python/cpython
Revision a30f349ecf57d7280bf179d6446f8fe5a3dede4f authored by Mark Dickinson on 29 March 2009, 15:06:29 UTC, committed by Mark Dickinson on 29 March 2009, 15:06:29 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70678 | mark.dickinson | 2009-03-29 15:37:51 +0100 (Sun, 29 Mar 2009) | 3 lines

  Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test
  with fabs(x) >= 1e50, and fix documentation.
........
1 parent 94cc409
History
Tip revision: a30f349ecf57d7280bf179d6446f8fe5a3dede4f authored by Mark Dickinson on 29 March 2009, 15:06:29 UTC
Merged revisions 70678 via svnmerge from
Tip revision: a30f349

README

back to top