
8 Aug
2012
8 Aug
'12
11:59 a.m.
On Thu, Aug 09, 2012 at 02:18:53AM +1000, Ben Finney ben+python@benfinney.id.au wrote:
What is a compelling use case for checking precisely for True or False?
To distinguish False and None for a tri-state variable that can have 3 values - "yes", "no" and "unspecified" - True, False and None in Python-speak.
Oleg.
--
Oleg Broytman http://phdru.name/ phd@phdru.name
Programmers don't die, they just GOSUB without RETURN.