]> granicus.if.org Git - python/commit
Added a new NORMALIZE_NUMBERS option, which causes number literals in
authorEdward Loper <edloper@gradient.cis.upenn.edu>
Tue, 28 Sep 2004 04:29:57 +0000 (04:29 +0000)
committerEdward Loper <edloper@gradient.cis.upenn.edu>
Tue, 28 Sep 2004 04:29:57 +0000 (04:29 +0000)
commitaec3c9b54fe2cbd8f4b04b6034341d333bc3936b
treef5f85259f6804bafb6c6342c068a58e724e4cb62
parentbfef8695103b947f688b8c4a7ff8fc19477fc528
Added a new NORMALIZE_NUMBERS option, which causes number literals in
the expected output to match corresponding number literals in the
actual output if their values are equal (to ten digits of precision).
Doc/lib/libdoctest.tex
Lib/doctest.py
Lib/test/test_doctest.py