mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
* lib2.tex (sys): updated sys.std{in,out,err} docs. Added
sys.tracebacklimit. * tut.tex (Exceptions): change text printed by traceback. * lib5.tex (audioop): added minmax. * lib5.tex (audioop.getsample): move wandered paragraph back * lib3.tex, partparse.py: undo mucking with \nopagebreak (didn't work). * partparse.py: ignore \nopagebreak command * ref5.tex: added description of lambda forms. * ref7.tex: added reference to lambda forms to section on function definition. * lib1.tex: removed lambda as built-in function (it is now a special form). Also removed feature of filter, map, reduce to turn a string argument into an anonymous function.
This commit is contained in:
parent
67a5fdbcc2
commit
3cbc16d904
7 changed files with 43 additions and 6 deletions
|
@ -1760,7 +1760,7 @@ however, and result in error messages as shown here:
|
|||
|
||||
\bcode\small\begin{verbatim}
|
||||
>>> 10 * (1/0)
|
||||
Stack backtrace (innermost last):
|
||||
Traceback (innermost last):
|
||||
File "<stdin>", line 1
|
||||
ZeroDivisionError: integer division or modulo
|
||||
>>> 4 + foo*3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue