diff -r 4b101df1e9f7 Doc/library/warnings.rst --- a/Doc/library/warnings.rst Wed Apr 25 19:55:30 2012 +0200 +++ b/Doc/library/warnings.rst Thu Apr 26 19:46:13 2012 +0300 @@ -167,7 +167,8 @@ 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