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 vstinner
Recipients brett.cannon, vstinner
Date 2017-02-11.00:31:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486773115.41.0.679134338814.issue29527@psf.upfronthosting.co.za>
In-reply-to
Content
> And we shouldn't disable the check entirely if fixing it is difficult, but instead just let warnings be warnings until we fix all warnings and then make them be errors again.

Ok, I changed my change (I got the same proposal in the PR). So I removed -W option:
https://github.com/python/cpython/commit/0d5f11061a873e9fb67ae59e46b3313e5ba22fc3
History
Date User Action Args
2017-02-11 00:31:55vstinnersetrecipients: + vstinner, brett.cannon
2017-02-11 00:31:55vstinnersetmessageid: <1486773115.41.0.679134338814.issue29527@psf.upfronthosting.co.za>
2017-02-11 00:31:55vstinnerlinkissue29527 messages
2017-02-11 00:31:55vstinnercreate