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 belopolsky
Recipients belopolsky, ethan.furman, mark.dickinson, pitrou, serhiy.storchaka, skrah, terry.reedy
Date 2015-04-27.18:56:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430160973.3.0.468130783271.issue24053@psf.upfronthosting.co.za>
In-reply-to
Content
> the convention should be between your program and the other program(s) you are trying communicate with.

This may be true in general, but Python stdlib sets the convention in its subprocess.check_call and subprocess.check_output methods.  These methods use 0=success convention.
History
Date User Action Args
2015-04-27 18:56:13belopolskysetrecipients: + belopolsky, terry.reedy, mark.dickinson, pitrou, skrah, ethan.furman, serhiy.storchaka
2015-04-27 18:56:13belopolskysetmessageid: <1430160973.3.0.468130783271.issue24053@psf.upfronthosting.co.za>
2015-04-27 18:56:13belopolskylinkissue24053 messages
2015-04-27 18:56:13belopolskycreate