| commit | 88887aa38eee7d6c12c5f5a108b6a0a4302d7ae5 | [log] [tgz] |
|---|---|---|
| author | Jeremy Hylton <jeremy@alum.mit.edu> | Tue Jul 11 20:55:38 2000 +0000 |
| committer | Jeremy Hylton <jeremy@alum.mit.edu> | Tue Jul 11 20:55:38 2000 +0000 |
| tree | 87bd975cf41ab8b763637798af42f76abca03fd8 | |
| parent | 672fac0d65327f6f39013d34dc196ac010e86acd [diff] |
small updates to string_join:
use PyString_AS_STRING macro on local string object
when resizing string, make sure resized string will always be big enough
split string containing error message across two lines
add test to string_tests that causes resizing