New submission from Antoine Pitrou:

If you try `pydoc warnings` (or `help(warnings)` in the interpreter prompt) 
you'll notice that some functions such as simplefilter() don't appear. This 
seems to be because warnings.__all__ is incomplete.

----------
components: Library (Lib)
keywords: easy
messages: 225279
nosy: brett.cannon, ncoghlan, pitrou
priority: normal
severity: normal
status: open
title: warnings.__all__ incomplete
type: behavior
versions: Python 2.7, Python 3.4, Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22191>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to