On Sat, Oct 24, 2009 at 4:34 PM, Ben Finney <[email protected]> wrote: > Steven Bethard <[email protected]> writes: > >> Discussion: sys.err and sys.exit >> ================================ >> There were some concerns that argparse by default always writes to >> ``sys.err`` > […] > > Unless, I'm missing something, this should replace ‘sys.err’ with > ‘sys.stderr’ throughout.
Yep, that's a typo. Thanks for the catch. It's fixed in SVN and the website: http://www.python.org/dev/peps/pep-0389/ Steve -- Where did you get that preposterous hypothesis? Did Steve tell you that? --- The Hiphopopotamus _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
