]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
I like tests.
authorAndrew Dalke <dalke@dalkescientific.com>
Fri, 26 May 2006 12:28:15 +0000 (12:28 +0000)
committerAndrew Dalke <dalke@dalkescientific.com>
Fri, 26 May 2006 12:28:15 +0000 (12:28 +0000)
commit005aee2c39f6c717d7c4766e68fddb00875fda2f
tree2f25b3ed67f0b5b115466b05569818bbf54e4dde
parentfe98f9613b875276c441add5972d547d7d19ba29
I like tests.

The new split functions use a preallocated list.  Added tests which exceed
the preallocation size, to exercise list appends/resizes.

Also added more edge case tests.
Lib/test/string_tests.py