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 terry.reedy
Recipients benjamin.peterson, brett.cannon, larry, python-dev, serhiy.storchaka, terry.reedy
Date 2015-09-09.06:25:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441779922.23.0.954333235374.issue24199@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, Brett. Since I am not wrapping the warning, the default stacklevel seems to work on all versions.

Still to do: 1. Something in the docs (all branches), but with an eye toward other deprecations coming later.

2. Actually remove file in 3.6 branch, but only after ImportError does not crash Python when running without a console (ie, with sys.stderr == None)).  An future issue to fix this will be a dependency.
History
Date User Action Args
2015-09-09 06:25:22terry.reedysetrecipients: + terry.reedy, brett.cannon, larry, benjamin.peterson, python-dev, serhiy.storchaka
2015-09-09 06:25:22terry.reedysetmessageid: <1441779922.23.0.954333235374.issue24199@psf.upfronthosting.co.za>
2015-09-09 06:25:22terry.reedylinkissue24199 messages
2015-09-09 06:25:21terry.reedycreate