Alexander Belopolsky added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24053>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to