mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Lots of small corrections by Andrew Kuchling (plus all new rotor docs)
This commit is contained in:
parent
4b4c664d2e
commit
16d6e7109d
62 changed files with 520 additions and 282 deletions
|
|
@ -57,7 +57,7 @@ It is always available.
|
|||
exception is not handled and the interpreter prints an error message
|
||||
and a stack traceback. Their intended use is to allow an interactive
|
||||
user to import a debugger module and engage in post-mortem debugging
|
||||
without having to re-execute the command that cause the error (which
|
||||
without having to re-execute the command that caused the error (which
|
||||
may be hard to reproduce). The meaning of the variables is the same
|
||||
as that of \code{exc_type}, \code{exc_value} and \code{exc_tracaback},
|
||||
respectively.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue