[Python-Dev] Removing PendingDeprecationWarning

Inada Naoki songofacandy at gmail.com
Fri Mar 22 07:52:58 EDT 2019


On Fri, Mar 22, 2019 at 8:49 PM Serhiy Storchaka <storchaka at gmail.com> wrote:
>
> > And I can easily ask the converse question: what problem do you want to
> > solve by including that feature?
>
> It allowed to mark a feature deprecated for developers without harming
> the end users.
>

Both of DeprecationWarning and PendingDeprecationWarning are not for end users.
Only FutureWarning is for end users now.

-- 
Inada Naoki  <songofacandy at gmail.com>


More information about the Python-Dev mailing list