From: Sandro Tosi Date: Sat, 28 Apr 2012 10:20:57 +0000 (+0200) Subject: Issue #14676: DeprecationWarning is ignored too; patch by Peter Eisentraut X-Git-Tag: v2.7.4rc1~874 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d0bcd7ca924a8a8866cbcd70ef5a56068a82d39;p=python Issue #14676: DeprecationWarning is ignored too; patch by Peter Eisentraut --- diff --git a/Doc/library/warnings.rst b/Doc/library/warnings.rst index 6f3c1054f0..c74d902446 100644 --- a/Doc/library/warnings.rst +++ b/Doc/library/warnings.rst @@ -167,7 +167,8 @@ By default, Python installs several warning filters, which can be overridden by the command-line options passed to :option:`-W` and calls to :func:`filterwarnings`. -* :exc:`PendingDeprecationWarning`, and :exc:`ImportWarning` are ignored. +* :exc:`DeprecationWarning` and :exc:`PendingDeprecationWarning`, and + :exc:`ImportWarning` are ignored. * :exc:`BytesWarning` is ignored unless the :option:`-b` option is given once or twice; in this case this warning is either printed (``-b``) or turned into an