]> granicus.if.org Git - python/commit
_ellipsis_match(): Removed special-casing of "...\n". The semantics
authorTim Peters <tim.peters@gmail.com>
Sun, 22 Aug 2004 01:47:51 +0000 (01:47 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 22 Aug 2004 01:47:51 +0000 (01:47 +0000)
commite594bee5351d6109ca5e6a7dde45e5ddd08ebe48
tree42a6e81719e1b7ddcd260e8785e17e345b490dc4
parent5268c3955ae6c1c2681ba214f5c2e450813913fd
_ellipsis_match():  Removed special-casing of "...\n".  The semantics
are non-obvious either way because the newline character "is invisible",
but it's still there all the same, and it's easier to explain/predict
if that reality is left alone.
Lib/doctest.py
Lib/test/test_doctest.py