geremy condra <[email protected]> writes: > On Tue, Nov 10, 2009 at 1:19 PM, Guido van Rossum <[email protected]> wrote: > > On Tue, Nov 10, 2009 at 8:50 AM, geremy condra <[email protected]> wrote: > >> If you're so worried about the warnings, suppress them. You control > >> the code. > > > > No. The nuisance of warnings is that they are presented to the > > *user*, not the developer, and the user (in many cases) doesn't > > control the code. > > > > -- > > --Guido van Rossum (python.org/~guido) > > > > In this case, however, he does, as per his comment:
Antoine (“he”, in your sentence) does. *The user does not*, and it is the user who is seeing the warnings: > "A significant part of the code I write are command-line tools for > system administrators. When they see the deprecation warnings they > ignore them at best, and at worst get the impression that Python sucks > because of these (to them) annoying messages.". -- \ “You can be a victor without having victims.” —Harriet Woods | `\ | _o__) | Ben Finney _______________________________________________ stdlib-sig mailing list [email protected] http://mail.python.org/mailman/listinfo/stdlib-sig
