Terry J. Reedy added the comment:

To answer my question, I checked test___all__.py. The check_all helper has this:
        with support.check_warnings(
            (".* (module|package)", DeprecationWarning),
            ("", ResourceWarning),
            quiet=True):
I presume this means that DeprecationWarnings raised by the following import 
are suppressed.  (There is also a  blacklist.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24199>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to