]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added a couple of endswith test cases for bugs reported by Timbot.
authorBarry Warsaw <barry@python.org>
Tue, 15 Jun 1999 16:49:11 +0000 (16:49 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 15 Jun 1999 16:49:11 +0000 (16:49 +0000)
commit6e1d78a18149a752618324311339797ce89c7700
tree176b37d2f61234bfa6416252c3e94faa2d0f8388
parentc3be1a3ca1eba20f15a2c171a3f4a5da4d706feb
Added a couple of endswith test cases for bugs reported by Timbot.

Also added a short circuit for the regression test suite since CVS
insisted on putting this file in the main branch. :(
Lib/test/test_string.py