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 jaalto
Recipients jaalto
Date 2013-07-01.11:01:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372676487.3.0.302989276182.issue18338@psf.upfronthosting.co.za>
In-reply-to
Content
C.f. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603851

When user is calling program with options, it is not an error
condition to run:

	python --version

The output is now sent to stderr. Please change to send to stdout as
in other *nix utilities, in order to collect in shell scrips:

   version=$(python --version)
History
Date User Action Args
2013-07-01 11:01:27jaaltosetrecipients: + jaalto
2013-07-01 11:01:27jaaltosetmessageid: <1372676487.3.0.302989276182.issue18338@psf.upfronthosting.co.za>
2013-07-01 11:01:27jaaltolinkissue18338 messages
2013-07-01 11:01:27jaaltocreate