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 JelleZijlstra, giampaolo.rodola, gvanrossum, quentel, rhettinger, vstinner, yselivanov
Date 2017-11-06.11:20:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509967234.17.0.213398074469.issue30406@psf.upfronthosting.co.za>
In-reply-to
Content
> (...) don't raise any deprecation warning in 3.6.

python3 requires -Wd to display DeprecationWarning:

https://mail.python.org/pipermail/python-dev/2017-November/150149.html

Yury Selivanov: "We had PendingDeprecationWarning for async/await names in 3.5, and DeprecationWarning in 3.6."
History
Date User Action Args
2017-11-06 11:20:34vstinnersetrecipients: + vstinner, gvanrossum, rhettinger, giampaolo.rodola, quentel, yselivanov, JelleZijlstra
2017-11-06 11:20:34vstinnersetmessageid: <1509967234.17.0.213398074469.issue30406@psf.upfronthosting.co.za>
2017-11-06 11:20:34vstinnerlinkissue30406 messages
2017-11-06 11:20:34vstinnercreate