]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added lstrip() and rstrip().
authorGuido van Rossum <guido@python.org>
Thu, 8 Aug 1996 19:16:15 +0000 (19:16 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Aug 1996 19:16:15 +0000 (19:16 +0000)
commit7999a5c525b3c33de579295a3513765c92fc9476
tree21c0f6a6cb2e1edc540b031bb0985f3b9fe80873
parent339cfa39d806f212e6913ec08403423acdcf785e
Added lstrip() and rstrip().
Extended split() (and hence splitfields(), which is the same function)
to support an optional third parameter giving the maximum number of
delimiters to parse.
Modules/stropmodule.c