Serhiy Storchaka <[email protected]> added the comment:
I don't think that a special way for silencing FutureWarning is needed. You can
use an existing mechanism.
import warnings
warnings.filterwarnings('ignore', '', FutureWarning, 'typing')
----------
nosy: +serhiy.storchaka
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue31742>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com