]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* string.py: added rindex(), rfind(); changed index() to interpret
authorGuido van Rossum <guido@python.org>
Mon, 8 Nov 1993 15:05:21 +0000 (15:05 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 8 Nov 1993 15:05:21 +0000 (15:05 +0000)
commite65cce5eec23812d77a54095209c923937cc3c92
treeed0b87870ad9c6278e43acf63685b8823cce018c
parentdb65a6ce556b1e311d03837fbf85ca52ef2c5d07
* string.py: added rindex(), rfind(); changed index() to interpret
  negative start indices starting from the right.
* ftplib.py: debug() -> set_debuglevel(); change demo to use __init__().
* os.py: added execl, execlp, and execvp.
* lambda.py: removed (now that we have built-in map, reduce, bagof, lambda)
* test_b{1,2}.py, testall.out: added tests for bagof, lambda, map, reduce
* commands.py: use os, not posix
* test_grammar.py: make it easy to disable non-portable int overflow tests
* dis.py: don't abuse range()
Lib/commands.py
Lib/dis.py
Lib/ftplib.py
Lib/os.py
Lib/string.py
Lib/stringold.py
Lib/test/test_b1.py
Lib/test/test_b2.py
Lib/test/test_grammar.py
Lib/test/testall.out