[Python-Dev] Removing PendingDeprecationWarning

Nick Coghlan ncoghlan at gmail.com
Sat Mar 30 06:28:44 EDT 2019


On Wed, 27 Mar 2019 at 20:29, Inada Naoki <songofacandy at gmail.com> wrote:
>
> On Mon, Mar 25, 2019 at 10:11 PM Inada Naoki <songofacandy at gmail.com> wrote:
> >
> > C, Rust, Java, Ruby, PHP, don't have PendingDeprecation.
> > Programmers only need Deprecation.  Why programmers need PendingDeprecation
> > only in Python?
> >
>
> Any comments about this?
>
> I want to document PendingDeprecationWarning is deprecated [1].
> May I merge the PR?  Should I start poll on discuss.python.org?

No, just leave it alone, as removing it is pointless churn for no good
reason. If folks don't want to use it, they don't have to use it.

Regards,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list