]> granicus.if.org Git - python/commit
Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's
authorEdward Loper <edloper@gradient.cis.upenn.edu>
Tue, 28 Sep 2004 05:50:57 +0000 (05:50 +0000)
committerEdward Loper <edloper@gradient.cis.upenn.edu>
Tue, 28 Sep 2004 05:50:57 +0000 (05:50 +0000)
commit7d88a58e851d6c4b9ac61052d54041536a1ceddd
treead3c60aeaf01531524c1eabcd47900b433b4ed47
parent4cda01e260b65dce2d9da73c45df1ecdcf4a798a
Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's
request.  Tim says that "correct 'fuzzy' comparison of floats cannot
be automated."  (The motivation behind adding the new option
was verifying interactive examples in Python's latex documentation;
several such examples use numbers that don't print consistently on
different platforms.)
Doc/lib/libdoctest.tex
Lib/doctest.py
Lib/test/test_doctest.py