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 larkost
Recipients larkost
Date 2014-06-06.20:25:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402086314.99.0.941367169279.issue21681@psf.upfronthosting.co.za>
In-reply-to
Content
When getting the version of the Python interpreter with `python --version` the output is going to STDERR rather than STDOUT. This is non-standard behavior, and is surprising.

For example I was writing a dependency into a makefile, and this behavior caused me a good 5 minutes of debugging my script before I realized it was bad behavior on the command line.
History
Date User Action Args
2014-06-06 20:25:15larkostsetrecipients: + larkost
2014-06-06 20:25:14larkostsetmessageid: <1402086314.99.0.941367169279.issue21681@psf.upfronthosting.co.za>
2014-06-06 20:25:14larkostlinkissue21681 messages
2014-06-06 20:25:14larkostcreate