commit | 7999a5c525b3c33de579295a3513765c92fc9476 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 08 19:16:15 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 08 19:16:15 1996 +0000 |
tree | 21c0f6a6cb2e1edc540b031bb0985f3b9fe80873 | |
parent | 339cfa39d806f212e6913ec08403423acdcf785e [diff] |
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.