]> granicus.if.org Git - python/commit
split_whitespace(): Make sure delimiter is stripped from the beginning
authorBarry Warsaw <barry@python.org>
Tue, 2 Dec 1997 00:29:30 +0000 (00:29 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 2 Dec 1997 00:29:30 +0000 (00:29 +0000)
commit93be92d30925d2e2d387987e418b083f8bb6e26e
treeef707903114d09f25a2f12913b9785d7e7621513
parent8529ebb78cdc454445f85c7e1c76bdcf0a4b9a94
split_whitespace(): Make sure delimiter is stripped from the beginning
of the remainder item (last item in list) when maxsplit is < the
number of occurrences.
Modules/stropmodule.c