This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients dstufft, gvanrossum, hawkowl, ncoghlan, r.david.murray, serhiy.storchaka
Date 2017-10-10.13:02:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507640561.7.0.213398074469.issue31742@psf.upfronthosting.co.za>
In-reply-to
Content
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')
History
Date User Action Args
2017-10-10 13:02:41serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, ncoghlan, r.david.murray, dstufft, hawkowl
2017-10-10 13:02:41serhiy.storchakasetmessageid: <1507640561.7.0.213398074469.issue31742@psf.upfronthosting.co.za>
2017-10-10 13:02:41serhiy.storchakalinkissue31742 messages
2017-10-10 13:02:41serhiy.storchakacreate