[Python-Dev] Re: [Python-checkins] python/dist/src/Lib/testtest_string.py, 1.25, 1.26 (original) (raw)
Raymond Hettinger python at rcn.com
Thu Aug 26 23:41:33 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().
[Uncle Tim]
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. stringjoin() is careful about such stuff; sooner or later, shortcuts of this nature turn into bug reports
Sounds like an excellent project for Nick. Too bad I had just convinced him it was a can of worms ;-)
Raymond
- 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 ]