[New-bugs-announce] [issue18922] Output versions of scripts to stdout

Serhiy Storchaka report at bugs.python.org
Wed Sep 4 16:49:28 CEST 2013


New submission from Serhiy Storchaka:

The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write their version strings to stderr. It should be changed to stdout for consistency with most common practice. See also issue18338 and issue18920.

----------
components: Demos and Tools, Library (Lib)
keywords: easy
messages: 196922
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: Output versions of scripts to stdout
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18922>
_______________________________________


More information about the New-bugs-announce mailing list