commit | 4bd023f88291cedbae91f2dea4b13509fc5c2d9a | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Oct 27 13:49:20 1993 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Oct 27 13:49:20 1993 +0000 |
tree | 53ba017d67481f5a3fa0dcbe94b38dbe82a3a82c | |
parent | 3b716046a0758fa87131fcd1ea415adb0b7a8d89 [diff] |
* lib3.tex (module string): added rindex(). * lib1.tex (section{Built-in Functions}): added bagof(), lambda(), map() and reduce(). Repharased apply(). Removed or rephrased references to exec() (now the exec stmt). * lib4.tex: posix.exec --> posix.execv * ref4.tex, ref8.tex, tut.tex: builtin --> __builtin__ * lib3.tex (module string): added atof() and atol(), and ato[fl]_error.