mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Merge for issue #22191 fix
This commit is contained in:
commit
145759c892
3 changed files with 22 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
import sys
|
||||
|
||||
__all__ = ["warn", "showwarning", "formatwarning", "filterwarnings",
|
||||
__all__ = ["warn", "warn_explicit", "showwarning",
|
||||
"formatwarning", "filterwarnings", "simplefilter",
|
||||
"resetwarnings", "catch_warnings"]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue