]> granicus.if.org Git - python/commit
Fix a bug when there was a newline in the string expandtabs was called on.
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 11 Jun 2007 02:16:10 +0000 (02:16 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 11 Jun 2007 02:16:10 +0000 (02:16 +0000)
commit5c9a81a3d828e775a1500bb8d84dc1dab59513ad
tree868a2214eae0f4ac5f30719a835a63d730fcfff8
parentba965deea89299611454e43be005df357b75b11d
Fix a bug when there was a newline in the string expandtabs was called on.
This also catches another condition that can overflow.

Will backport.
Lib/test/string_tests.py
Objects/stringobject.c
Objects/unicodeobject.c