]> granicus.if.org Git - python/commit
Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; and
authorEdward Loper <edloper@gradient.cis.upenn.edu>
Thu, 26 Aug 2004 01:41:51 +0000 (01:41 +0000)
committerEdward Loper <edloper@gradient.cis.upenn.edu>
Thu, 26 Aug 2004 01:41:51 +0000 (01:41 +0000)
commit71f55af826481576ffa75f9dc0771e20ab7c1187
tree911ebe23b50d2e1c83a12a77a61eabe220c04585
parent5662929a4268efdeed21c45366e6a632926a275f
Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; and
NDIFF_DIFF->REPORT_NDIFF.  This establishes the naming convention that
all reporting options should begin with "REPORT_" (since reporting
options are a different class from output comparison options; but they
are both set in optionflags).
Doc/lib/libdoctest.tex
Lib/doctest.py
Lib/test/test_doctest.py