[issue23153] Clarify Boolean Clause Results

2015-01-03 Thread John Potelle
John Potelle added the comment: I'm learning Python and informing you this is confusing - and you close the ticket without hearing any response to your questions? Re: Josh 1. To show how to return a Boolean result from a Boolean clause. If there's a better way, I'm all for it. 2. Most

[issue23153] Clarify Boolean Clause Results

2015-01-03 Thread John Potelle
John Potelle added the comment: Thank you for your reasoned responses. I'm beginning to see just how much Python is its own animal. This and/or thing has history; I get it. Links back to the reference documentation is a good idea. -- ___ Python

[issue23153] Clarify Boolean Clause Results

2015-01-02 Thread John Potelle
New submission from John Potelle: From v3.4 Tutorial section 5.7 It is possible to assign the result of a comparison or other Boolean expression to a variable. For example, string1, string2, string3 = '', 'Trondheim', 'Hammer Dance' string1 or string2 or string3 'Trondheim' bool(string1