<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 27, 2019 at 3:26 AM Inada Naoki <<a href="mailto:songofacandy@gmail.com">songofacandy@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, Mar 25, 2019 at 10:11 PM Inada Naoki <<a href="mailto:songofacandy@gmail.com" target="_blank">songofacandy@gmail.com</a>> wrote:<br>
><br>
> C, Rust, Java, Ruby, PHP, don't have PendingDeprecation.<br>
> Programmers only need Deprecation.  Why programmers need PendingDeprecation<br>
> only in Python?<br>
><br>
<br>
Any comments about this?<br></blockquote><div><br></div><div>You know my views on this. :) Leave it and we start to consistently use if for deprecations that are more than a release away from removal (and for those not reading <a href="http://discuss.python.org">discuss.python.org</a>, I proposed over there introducing a warnings._deprecate() function for the stdlib which will do the right thing based on sys.version_info() and the stated start/end for the deprecation).<br></div><div><br></div><div>It might also make sense to hold off on anything official until we decide on something like PEP 387 and how we want to officially communicate deprecations.</div><div><br></div><div>-Brett<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
I want to document PendingDeprecationWarning is deprecated [1].<br>
May I merge the PR?  Should I start poll on <a href="http://discuss.python.org" rel="noreferrer" target="_blank">discuss.python.org</a>?<br>
<br>
[1]: <a href="https://github.com/python/cpython/pull/12505/files" rel="noreferrer" target="_blank">https://github.com/python/cpython/pull/12505/files</a><br>
<br>
-- <br>
Inada Naoki  <<a href="mailto:songofacandy@gmail.com" target="_blank">songofacandy@gmail.com</a>><br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/brett%40python.org" rel="noreferrer" target="_blank">https://mail.python.org/mailman/options/python-dev/brett%40python.org</a><br>
</blockquote></div></div>