Thanks to visit codestin.com Credit goes to github.com
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 e37b7f1 commit 6c52b1dCopy full SHA for 6c52b1d
1 file changed
Doc/library/traceback.rst
@@ -42,6 +42,14 @@ The module defines the following functions:
42
:term:`file <file object>` or :term:`file-like object` to
43
receive the output.
44
45
+ .. note::
46
+
47
+ The meaning of the *limit* parameter is different than the meaning
48
+ of :const:`sys.tracebacklimit`. A negative *limit* value corresponds to
49
+ a positive value of :const:`!sys.tracebacklimit`, whereas the behaviour of
50
+ a positive *limit* value cannot be achieved with
51
+ :const:`!sys.tracebacklimit`.
52
53
.. versionchanged:: 3.5
54
Added negative *limit* support.
55
0 commit comments