[Python-Dev] Removing PendingDeprecationWarning

2019年3月21日 19:45:29 -0700

Hi, all.
I'm thinking about removing PendingDeprecationWarning.
(previous discussion:
https://discuss.python.org/t/pendingdeprecationwarning-is-really-useful/1038)
It was added "not be printed by default" version of DeprecationWarning.
But DeprecationWarning is not printed by default now.
We use PendingDeprecationWarning for N-2 release, and change it to
DeprecationWarning for N-1 release. But this workflow seems not worth
enough for now.
I want to stop using PendingDeprecationWarning for new deprecation.
More aggressively, I want to remove PendingDeprecationWarning class,
and `PendingDeprecationWarning = DeprecationWarning` for backward
compatibility.
How do you think? May I do it in Python 3.8?
-- 
Inada Naoki <[email protected]>
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to