Merge for issue #22191 fix

This commit is contained in:
Brett Cannon 2014-08-22 10:46:07 -04:00
commit 145759c892
3 changed files with 22 additions and 1 deletions

View file

@ -2,7 +2,8 @@
import sys
__all__ = ["warn", "showwarning", "formatwarning", "filterwarnings",
__all__ = ["warn", "warn_explicit", "showwarning",
"formatwarning", "filterwarnings", "simplefilter",
"resetwarnings", "catch_warnings"]