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, gdr@garethrees.org, mark.dickinson, serhiy.storchaka, terry.reedy
Date 2015-04-23.20:26:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429820761.75.0.668610690404.issue14376@psf.upfronthosting.co.za>
In-reply-to
Content
The key issue here is not to report success for nonzero values.

I consider the following a bug:

$ python3
Python 3.4.2 (default, Oct 30 2014, 08:51:12)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.54)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.exit(256)
$ echo $?
0
History
Date User Action Args
2015-04-23 20:26:01belopolskysetrecipients: + belopolsky, terry.reedy, mark.dickinson, gdr@garethrees.org, serhiy.storchaka
2015-04-23 20:26:01belopolskysetmessageid: <1429820761.75.0.668610690404.issue14376@psf.upfronthosting.co.za>
2015-04-23 20:26:01belopolskylinkissue14376 messages
2015-04-23 20:26:01belopolskycreate