Alexander Belopolsky added the comment:

Stefan> I've seen academic code written by well-known researchers
Stefan> that used 1 for a successful exit.

Thank you!  What I've seen more than once was exit(True) to indicate success 
where True is not necessarily a literal, but something like
len(results) > 0.

----------

_______________________________________
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