This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients brett.cannon, ncoghlan, pitrou
Date 2014-08-13.13:42:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407937336.93.0.74452438959.issue22191@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-08-13 13:42:16pitrousetrecipients: + pitrou, brett.cannon, ncoghlan
2014-08-13 13:42:16pitrousetmessageid: <1407937336.93.0.74452438959.issue22191@psf.upfronthosting.co.za>
2014-08-13 13:42:16pitroulinkissue22191 messages
2014-08-13 13:42:16pitroucreate