]> granicus.if.org Git - python/commit
ellipsis_match(): Changed treatment of start- and end-of-string exact
authorTim Peters <tim.peters@gmail.com>
Thu, 19 Aug 2004 14:06:20 +0000 (14:06 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 19 Aug 2004 14:06:20 +0000 (14:06 +0000)
commitdc5de3bab2f6a202b6cd4b94ae9ac8b46e804caa
tree88e99505a604941754f8efaa4ea5ba2bd31ecce0
parent336e85f56a87f2216855ca8a5771755f480ae7db
ellipsis_match():  Changed treatment of start- and end-of-string exact
matches to be symmetric.  This makes the algorithm easier to understand.
Lib/doctest.py