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 alex, barry, eric.araujo, gvanrossum, ncoghlan, pitrou, r.david.murray
Date 2017-11-12.05:34:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510464874.38.0.213398074469.issue31975@psf.upfronthosting.co.za>
In-reply-to
Content
> Why would mypy, flake8 or pip emit DeprecationWarnings?

Because they use python features that get deprecated, and the python the user is using to run them gets upgraded.  Now, those particular tools probably will get updated quickly, but other tools will not.
History
Date User Action Args
2017-11-12 05:34:34r.david.murraysetrecipients: + r.david.murray, gvanrossum, barry, ncoghlan, pitrou, eric.araujo, alex
2017-11-12 05:34:34r.david.murraysetmessageid: <1510464874.38.0.213398074469.issue31975@psf.upfronthosting.co.za>
2017-11-12 05:34:34r.david.murraylinkissue31975 messages
2017-11-12 05:34:33r.david.murraycreate