On 01/-10/-28163 02:59 PM, candide wrote:
Le 08/10/2011 12:42, candide a écrit :


>>> not ('th' in "python")
False
>>>



After browsing source code, I realize that parenthesis are not necessary ("not" has higher precedence than "in").

You should say
"... parenthesis are not necessary ("not" has LOWER precedence than "in")."

--

DaveA

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to