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, ncoghlan
Date 2017-10-10.01:50:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507600202.96.0.213398074469.issue31742@psf.upfronthosting.co.za>
In-reply-to
Content
Another advantage of this approach: anyone running their tests in a "no warnings allowed" configuration would get a hard failure when dependencies on a provisional API were unexpectedly introduced (e.g. when updating a third party library), rather than silently acquiring a potential future compatibility issue.
History
Date User Action Args
2017-10-10 01:50:02ncoghlansetrecipients: + ncoghlan, gvanrossum, dstufft
2017-10-10 01:50:02ncoghlansetmessageid: <1507600202.96.0.213398074469.issue31742@psf.upfronthosting.co.za>
2017-10-10 01:50:02ncoghlanlinkissue31742 messages
2017-10-10 01:50:02ncoghlancreate