]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix unicode.rsplit()'s bug that ignores separater on the end of string when
authorHye-Shik Chang <hyeshik@gmail.com>
Tue, 23 Dec 2003 09:10:16 +0000 (09:10 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Tue, 23 Dec 2003 09:10:16 +0000 (09:10 +0000)
commit7fc4cf57b8f75784e269e64403a1ea2b08bd512b
tree9ca8cc22a68905af3d194fcf0e6659fdb2be0c99
parent0490fe96d882072aca640ef5c6f42ed80a789f0d
Fix unicode.rsplit()'s bug that ignores separater on the end of string when
using specialized splitter for 1 char sep.
Lib/test/string_tests.py
Objects/unicodeobject.c