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 jon.poler
Recipients brett.cannon, jon.poler, ncoghlan, pitrou, serhiy.storchaka
Date 2014-08-16.00:00:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408147206.61.0.167998870309.issue22191@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that changes __all__ in Lib/warnings.py to include the functions mentioned in the library reference https://docs.python.org/dev/library/warnings.html#available-functions. A unittest is included.

This is my first patch, so comments/feedback are welcome (from now on, I should probably add).
History
Date User Action Args
2014-08-16 00:00:06jon.polersetrecipients: + jon.poler, brett.cannon, ncoghlan, pitrou, serhiy.storchaka
2014-08-16 00:00:06jon.polersetmessageid: <1408147206.61.0.167998870309.issue22191@psf.upfronthosting.co.za>
2014-08-16 00:00:06jon.polerlinkissue22191 messages
2014-08-16 00:00:06jon.polercreate