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 e9233fb commit 5ef94fbCopy full SHA for 5ef94fb
1 file changed
Doc/library/sys.rst
@@ -1972,7 +1972,8 @@ always available.
1972
to ``None`` resets the limit to the default value.
1973
1974
.. versionchanged:: 3.6.4
1975
- Can now be set to ``0`` or ``None``.
+ Setting to ``0`` or less now suppresses printing tracebacks.
1976
+ Setting to ``None`` now causes using the default limit.
1977
1978
.. function:: unraisablehook(unraisable, /)
1979
0 commit comments