]> granicus.if.org Git - python/commit
Add tests for += and *= on strings, and fix the memory-use estimate for the
authorThomas Wouters <thomas@python.org>
Wed, 26 Apr 2006 18:46:01 +0000 (18:46 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 26 Apr 2006 18:46:01 +0000 (18:46 +0000)
commitcda404bf367d0958c27f1649caa108f11bc696a1
tree24eb0102b986fabeacb21cb5c7f666fdc465f058
parent79b0f85867171d6d38fe9269520d5c22c5a30cb9
Add tests for += and *= on strings, and fix the memory-use estimate for the
list.extend tests (they were estimating half the actual use.)
Lib/test/test_bigmem.py