]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test
authorMark Dickinson <dickinsm@gmail.com>
Sun, 29 Mar 2009 14:37:51 +0000 (14:37 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 29 Mar 2009 14:37:51 +0000 (14:37 +0000)
commit2e648ecc7d7339b0a932a64c521cae8da791bfcd
treee3fe18c1e8b6f0e1ce332502a343af8b79706568
parent310916212e3320b3b100ff57bbc4ce5331ca1cfe
Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test
with fabs(x) >= 1e50, and fix documentation.
Doc/library/stdtypes.rst
Objects/stringlib/formatter.h
Objects/stringobject.c
Objects/unicodeobject.c