[issue22191] warnings.__all__ incomplete

Jon Poler report at bugs.python.org
Sat Aug 16 02:00:06 CEST 2014


Jon Poler added the comment:

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).

----------
keywords: +patch
Added file: http://bugs.python.org/file36383/warnings.__all__.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22191>
_______________________________________


More information about the Python-bugs-list mailing list