mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
gh-127347: Document traceback.print_list (#127348)
Previously, `traceback.print_list` didn't have a documentation entry and was not exposed in `traceback.__all__`. Now it has a documentation entry and is exposed in `__all__`.
This commit is contained in:
parent
412e11fe6e
commit
8ba9f5bca9
4 changed files with 10 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ __all__ = ['extract_stack', 'extract_tb', 'format_exception',
|
|||
'format_tb', 'print_exc', 'format_exc', 'print_exception',
|
||||
'print_last', 'print_stack', 'print_tb', 'clear_frames',
|
||||
'FrameSummary', 'StackSummary', 'TracebackException',
|
||||
'walk_stack', 'walk_tb']
|
||||
'walk_stack', 'walk_tb', 'print_list']
|
||||
|
||||
#
|
||||
# Formatting and printing lists of traceback lines.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue