This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients bethard, eli.bendersky, ezio.melotti, serhiy.storchaka, wolma
Date 2013-09-04.14:03:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378303423.25.0.426418842539.issue18920@psf.upfronthosting.co.za>
In-reply-to
Content
> This might also explain why argparse uses stderr (other modules/scripts in the stdlib might do the same too).

Lib/trace.py, Tools/pynche/Main.py, and Tools/i18n/pygettext.py write to the stdout.

Lib/smtpd.py and Tools/i18n/msgfmt.py write to the stderr.

The optparse module also writes to the stdout.
History
Date User Action Args
2013-09-04 14:03:43serhiy.storchakasetrecipients: + serhiy.storchaka, bethard, ezio.melotti, eli.bendersky, wolma
2013-09-04 14:03:43serhiy.storchakasetmessageid: <1378303423.25.0.426418842539.issue18920@psf.upfronthosting.co.za>
2013-09-04 14:03:43serhiy.storchakalinkissue18920 messages
2013-09-04 14:03:43serhiy.storchakacreate