summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc_data
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2023-02-07 12:17:26 (GMT)
committerThomas Wouters <thomas@python.org>2023-02-07 12:21:15 (GMT)
commit3c67ec394faac79d260804d569a18fab43018af0 (patch)
treedb0483c4124a887cf43d4f1f85d4e103c78d1d3e /Lib/pydoc_data
parent79903240480429a6e545177416a7b782b0e5b9bd (diff)
downloadcpython-3c67ec394faac79d260804d569a18fab43018af0.zip
cpython-3c67ec394faac79d260804d569a18fab43018af0.tar.gz
cpython-3c67ec394faac79d260804d569a18fab43018af0.tar.bz2
Python 3.12.0a5v3.12.0a5
Diffstat (limited to 'Lib/pydoc_data')
-rw-r--r--Lib/pydoc_data/topics.py14
1 files changed, 13 insertions, 1 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
index 11b7503..e7f403d 100644
--- a/Lib/pydoc_data/topics.py
+++ b/Lib/pydoc_data/topics.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Autogenerated by Sphinx on Tue Jan 10 13:08:32 2023
+# Autogenerated by Sphinx on Tue Feb 7 13:18:04 2023
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
@@ -4647,6 +4647,18 @@ topics = {'assert': 'The "assert" statement\n'
'the source. The extension interface uses the modules "bdb" and '
'"cmd".\n'
'\n'
+ 'See also:\n'
+ '\n'
+ ' Module "faulthandler"\n'
+ ' Used to dump Python tracebacks explicitly, on a fault, '
+ 'after a\n'
+ ' timeout, or on a user signal.\n'
+ '\n'
+ ' Module "traceback"\n'
+ ' Standard interface to extract, format and print stack '
+ 'traces of\n'
+ ' Python programs.\n'
+ '\n'
'The debugger’s prompt is "(Pdb)". Typical usage to run a program '
'under\n'
'control of the debugger is:\n'