]> granicus.if.org Git - python/commit
Replaced the ELLIPSIS implementation with a worst-case linear-time one.
authorTim Peters <tim.peters@gmail.com>
Thu, 19 Aug 2004 08:10:08 +0000 (08:10 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 19 Aug 2004 08:10:08 +0000 (08:10 +0000)
commit26b3ebb515eacb997885ff4fe1b425674429e253
treeb8c937c492db93256726cb43df70afa8c45fc93b
parent1cf3aa6e6615dcddc58e42d4fb214f9e0d90d22c
Replaced the ELLIPSIS implementation with a worst-case linear-time one.
Lib/doctest.py
Lib/test/test_doctest.py