Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Doc/library/traceback.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ The module defines the following functions:
:term:`file <file object>` or :term:`file-like object` to
receive the output.

Note that the meaning of the *limit* parameter is different than the meaning
of :const:`sys.tracebacklimit`. Negative *limit* values correspond to
positive values of :const:`sys.tracebacklimit`, whereas the behaviour of
positive values of *limit* cannot be achieved with
:const:`sys.tracebacklimit`.

.. versionchanged:: 3.5
Added negative *limit* support.

Expand Down