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 r.david.murray
Recipients Paul Durack, r.david.murray
Date 2017-04-14.19:32:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492198334.35.0.526690574154.issue30063@psf.upfronthosting.co.za>
In-reply-to
Content
I thought something like that might be the problem with your attempt to suppress the warnings.  A library really should not call a global state function such as filterwarnings, that should be done only by the application.  You might want to file a bug report with them about that.
History
Date User Action Args
2017-04-14 19:32:14r.david.murraysetrecipients: + r.david.murray, Paul Durack
2017-04-14 19:32:14r.david.murraysetmessageid: <1492198334.35.0.526690574154.issue30063@psf.upfronthosting.co.za>
2017-04-14 19:32:14r.david.murraylinkissue30063 messages
2017-04-14 19:32:14r.david.murraycreate