mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
Python 3.12.0a5
This commit is contained in:
parent
7990324048
commit
3c67ec394f
68 changed files with 680 additions and 145 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue