commit | e5e55d784ded7726736d5b3e9cfa05d159f5d6d2 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Aug 09 21:44:51 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Aug 09 21:44:51 1996 +0000 |
tree | d2b5c2c48eb60759a137a2224b70d2048b356635 | |
parent | 0b3f9512ac8b4630aaf87bd9e7fbe6e65fffaeb4 [diff] |
Added capitalize, capwords, lstrip, rstrip, and optional 3rd argument to split. Document new conventions for split(fields) and join(fields), where the *fields variant is identical to the other.