Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #86449

Re: Python Worst Practices

From Ben Finney <ben+python@benfinney.id.au>
Subject Re: Python Worst Practices
Date 2015-02-26 10:48 +1100
References <mclca6$iie$1@ger.gmane.org> <CAPTjJmppMhBuLy=LMC=ycN0RYE9Jp8BVZbdSeqBZupd_7Nwxfw@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.19223.1424908206.18130.python-list@python.org> (permalink)

Show all headers | View raw


Chris Angelico <rosuav@gmail.com> writes:

> (Flipping the booleans makes no sense to me. When would 0 mean true
> and 1 mean false? Isn't it much more likely that, for instance, 0
> means success and nonzero means error (and maybe there's just one
> error state, so 1 means failure)?)

You've answered your question, I believe. In some contexts – such as
Unix shell – 0 ⇒ success ⇒ true, and non-0 ⇒ failure ⇒ false.

The Unix commands ‘true’ and ‘false’ follow that convention
<URL:https://en.wikipedia.org/wiki/True_and_false_%28commands%29>.

-- 
 \       “Know what I hate most? Rhetorical questions.” —Henry N. Camp |
  `\                                                                   |
_o__)                                                                  |
Ben Finney

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Python Worst Practices Ben Finney <ben+python@benfinney.id.au> - 2015-02-26 10:48 +1100

csiph-web