Python 3.12.0a5

This commit is contained in:
Thomas Wouters 2023-02-07 13:17:26 +01:00
parent 7990324048
commit 3c67ec394f
68 changed files with 680 additions and 145 deletions

View file

@ -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 debuggers prompt is "(Pdb)". Typical usage to run a program '
'under\n'
'control of the debugger is:\n'