Re: [Python-Dev] PendingDeprecationWarning

2012-03-27 Thread Ezio Melotti
Hi, On Thu, Mar 22, 2012 at 3:13 PM, Terry Reedy wrote: > 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 obnoxi

Re: [Python-Dev] PendingDeprecationWarning

2012-03-23 Thread Antoine Pitrou
On Thu, 22 Mar 2012 17:13:27 -0400 Terry Reedy wrote: > 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 obnoxi

Re: [Python-Dev] PendingDeprecationWarning

2012-03-22 Thread Łukasz Langa
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

[Python-Dev] PendingDeprecationWarning

2012-03-22 Thread Terry Reedy
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 PendingD