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 serhiy.storchaka
Recipients Kasra Vand, serhiy.storchaka
Date 2018-04-24.11:51:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524570713.26.0.682650639539.issue33344@psf.upfronthosting.co.za>
In-reply-to
Content
If `3 + not 4` be accepted, should it be evaluated to the same value as `not 4 + 3`? Currently the result of `not 4 + 3` is False.
History
Date User Action Args
2018-04-24 11:51:53serhiy.storchakasetrecipients: + serhiy.storchaka, Kasra Vand
2018-04-24 11:51:53serhiy.storchakasetmessageid: <1524570713.26.0.682650639539.issue33344@psf.upfronthosting.co.za>
2018-04-24 11:51:53serhiy.storchakalinkissue33344 messages
2018-04-24 11:51:53serhiy.storchakacreate