On Mon, Nov 9, 2009 at 11:18 PM, Brett Cannon <br...@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
_______________________________________________
stdlib-sig mailing list
stdlib-sig@python.org
http://mail.python.org/mailman/listinfo/stdlib-sig

Reply via email to