]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Lib/string.py: find/rfind is now the main implementation and
authorGuido van Rossum <guido@python.org>
Wed, 17 Aug 1994 13:16:11 +0000 (13:16 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 17 Aug 1994 13:16:11 +0000 (13:16 +0000)
commit710c352d058856830e7c003bce7cccd4c10024ea
tree5c90858be235719ce5f11fd12bc7ebc162ce1e05
parent5806a4f5c3d0921d66e68dbf97083c1f0f80f1b9
* Lib/string.py: find/rfind is now the main implementation and
index/rindex is a wrapper that raises index_error (which is now
always ValueError)
Lib/string.py
Lib/stringold.py