]> granicus.if.org Git - python/commit
In output_difference(), replace blank lines in `want` with <BLANKLINE>
authorEdward Loper <edloper@gradient.cis.upenn.edu>
Thu, 12 Aug 2004 02:43:49 +0000 (02:43 +0000)
committerEdward Loper <edloper@gradient.cis.upenn.edu>
Thu, 12 Aug 2004 02:43:49 +0000 (02:43 +0000)
commit68ba9a685d2627efb8ffdb54296e9b9892924cc9
treec7d76c1a46bad31fc445fbe9977ca8ffb85a3cc6
parenta5db6009fe195274760e0fb79aff67cb7f97e00e
In output_difference(), replace blank lines in `want` with <BLANKLINE>
(rather than replacing <BLANKLINE> with blank lines in `got`).  This
makes it easier to see what's intended.
Lib/doctest.py