]> granicus.if.org Git - python/commit
ELLIPSIS implementation: an ellipsis couldn't match nothing if it
authorTim Peters <tim.peters@gmail.com>
Thu, 19 Aug 2004 06:49:33 +0000 (06:49 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 19 Aug 2004 06:49:33 +0000 (06:49 +0000)
commit1cf3aa6e6615dcddc58e42d4fb214f9e0d90d22c
tree6b9f482fa3db48cdc47ca711991120186ac09a9a
parentcaa9798410887317226c4bf89f38d318b8436612
ELLIPSIS implementation:  an ellipsis couldn't match nothing if it
appeared at the end of a line.  Repaired that.  Also noted that it's
too easy to provoke this implementation into requiring exponential
time, and especially when a test fails.  I'll replace the implementation
with an always-efficient one later.
Lib/doctest.py
Lib/test/test_doctest.py