8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff638f commit 6acd7d7Copy full SHA for 6acd7d7
Doc/library/traceback.rst
@@ -42,6 +42,12 @@ The module defines the following functions:
42
:term:`file <file object>` or :term:`file-like object` to
43
receive the output.
44
45
+ Note that the meaning of the *limit* parameter is different than the meaning
46
+ of :const:`sys.tracebacklimit`. Negative *limit* values correspond to
47
+ positive values of :const:`sys.tracebacklimit`, whereas the behaviour of
48
+ positive values of *limit* cannot be achieved with
49
+ :const:`sys.tracebacklimit`.
50
+
51
.. versionchanged:: 3.5
52
Added negative *limit* support.
53
0 commit comments