On Tue, Nov 10, 2009 at 10:19 AM, Ned Deily <[email protected]> wrote: > In article > <[email protected]>, > geremy condra <[email protected]> > wrote: >> Ok, so whats wrong with just saying >> >> import warnings >> warnings.simplefilter("ignore") >> >> and walking away? > > If the package is a stand-alone application (c.f. Barry's bzr example), > it's not reasonable to ask end users to modify its code; they may not > even be able to easily (i.e. root privileges required). More generally, > it seems unfair and unwise to ask the 10 000 users of a package to take > action when ultimately the 1 maintainer of the package is the one who > needs to do so. > > -- > Ned Deily, > [email protected]
Let me rephrase- I'm not asking end users to silence them, I'm saying that if it annoys the end users so much, the devs should do it themselves. Geremy Condra _______________________________________________ stdlib-sig mailing list [email protected] http://mail.python.org/mailman/listinfo/stdlib-sig
