Message250250
| Author |
brett.cannon |
| Recipients |
benjamin.peterson, brett.cannon, larry, python-dev, serhiy.storchaka, terry.reedy |
| Date |
2015年09月08日.18:11:01 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1441735862.01.0.855667835914.issue24199@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Typically it's warnings.warn(message, DeprecationWarning, stacklevel=2), but that stack level is wrong for Python 3.3 - 3.4 (fixed in 3.5.0). If this is purely for Python 3.6 I might be adding a nicer API for module deprecations, but if this is for other versions then the call above is the right one except for Python 3.3/3.4. |
|