[Python-Dev] Re: [Python-checkins] python/dist/src/Lib/test test_string.py, 1.25, 1.26 (original) (raw)
Tim Peters tim.peters at gmail.com
Thu Aug 26 23:20:28 CEST 2004
- Previous message: [Python-Dev] Re: [Python-checkins] python/dist/src/Lib/test test_string.py, 1.25, 1.26
- Next message: [Python-Dev] Re: [Python-checkins] python/dist/src/Lib/testtest_string.py, 1.25, 1.26
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[Walter Dörwald] ...
Seems like we have to rewrite PyUnicodeJoin().
We probably should anyway. By eyeball just now, I noticed it slings expressions like "reslen + itemlen + seplen" and "sz*2" without worrying about integer overflow. string_join() is careful about such stuff; sooner or later, shortcuts of this nature turn into bug reports
- Previous message: [Python-Dev] Re: [Python-checkins] python/dist/src/Lib/test test_string.py, 1.25, 1.26
- Next message: [Python-Dev] Re: [Python-checkins] python/dist/src/Lib/testtest_string.py, 1.25, 1.26
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]