]> granicus.if.org Git - python/commit
Fix off-by-one error in split_substring(). Fixes SF bug #122162.
authorGuido van Rossum <guido@python.org>
Tue, 19 Dec 2000 02:23:19 +0000 (02:23 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 19 Dec 2000 02:23:19 +0000 (02:23 +0000)
commitcda4f9a8dca961f9047eb6c5cbe647cec507e1a1
tree05801b5311ea0874e73df7d21e8d74380770bad5
parent8b264542734e8e66bfe1153dfd0e9e92e7a5d636
Fix off-by-one error in split_substring().  Fixes SF bug #122162.
Objects/unicodeobject.c