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 ncoghlan
Recipients dstufft, gvanrossum, hawkowl, ncoghlan, r.david.murray, serhiy.storchaka
Date 2017-10-10.13:25:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507641956.07.0.213398074469.issue31742@psf.upfronthosting.co.za>
In-reply-to
Content
The deprecation warnings weren't turned off due to Python developers running things in virtual environments - they were turned off due to Linux distros upgrading their system Python runtimes, and Linux ISVs getting an influx of new bug reports from their users.

So the cases of relevance were ones where all the app dependencies were bundled *except* the runtime itself.

By contrast, one of the things we *want* to warn about in this case is folks acquiring transitive dependencies on provisional APIs that they may not want to depend on.
History
Date User Action Args
2017-10-10 13:25:56ncoghlansetrecipients: + ncoghlan, gvanrossum, r.david.murray, serhiy.storchaka, dstufft, hawkowl
2017-10-10 13:25:56ncoghlansetmessageid: <1507641956.07.0.213398074469.issue31742@psf.upfronthosting.co.za>
2017-10-10 13:25:56ncoghlanlinkissue31742 messages
2017-10-10 13:25:56ncoghlancreate