[Python-Dev] PendingDeprecationWarning
Łukasz Langa
lukasz at langa.pl
Thu Mar 22 22:49:11 CET 2012
Wiadomość napisana przez Terry Reedy w dniu 22 mar 2012, o godz. 22:13:
> My impression is that the original reason for PendingDeprecationWarning versus DeprecationWarning was to be off by default until the last release before removal. But having DeprecationWarnings on by default was found to be too obnoxious and it too is off by default. So do we still need PendingDeprecationWarnings?
It is also my understanding that DeprecationWarnings have been effectively made to behave like PendingDeprecationWarnings. This makes the latter redundant.
Should we raise DeprecationWarnings upon usage of PendingDeprecationWarnings? ;)
--
Best regards,
Łukasz Langa
Senior Systems Architecture Engineer
IT Infrastructure Department
Grupa Allegro Sp. z o.o.
More information about the Python-Dev
mailing list