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 Kasra Vand
Recipients Kasra Vand, serhiy.storchaka
Date 2018-04-24.12:48:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524574085.3.0.682650639539.issue33344@psf.upfronthosting.co.za>
In-reply-to
Content
I think this will contradict to Python's operators precedence. What I mentioned seems like you're passing the number as an argument to `not`, and this is while `not` is not a function. There is an `operator.not_` function that does the same job as expected though.

Now I see why it's not efficient and wise to do so. This is violation of  operators precedence.
History
Date User Action Args
2018-04-24 12:48:05Kasra Vandsetrecipients: + Kasra Vand, serhiy.storchaka
2018-04-24 12:48:05Kasra Vandsetmessageid: <1524574085.3.0.682650639539.issue33344@psf.upfronthosting.co.za>
2018-04-24 12:48:05Kasra Vandlinkissue33344 messages
2018-04-24 12:48:05Kasra Vandcreate