[stdlib-sig] standardizing the deprecation policy (and how noisy they are)

Yuvgoog Greenle ubershmekel at gmail.com
Mon Nov 9 22:52:50 CET 2009


On Mon, Nov 9, 2009 at 11:18 PM, Brett Cannon <brett at python.org> wrote:
> First, there is the app user perspective. If I use an application I do
> not need to see any warnings, ever.

So it comes down to either:

A. As things are - every ballsy app developer has to have this piece
of code laying around:
    import warnings
    warnings.filterwarnings("ignore")

or

B. we render warnings useless in our every day python lives except for
package buildbots that remember to run with -w (or whatever).

I would like a demographic on this, but I'm sure that either way
muting warnings will be a devastating blow to the spread of
information about what's new/old in python.

--yuv


More information about the stdlib-sig mailing list