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 wyz23x2
Recipients wyz23x2
Date 2020-07-25.12:54:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595681668.98.0.691710937609.issue41394@roundup.psfhosted.org>
In-reply-to
Content
>>> (None and True)
>>> print(_)
False
>>> print((None and True))  # Not same?!
None
>>> 

This isn't right.

P.S. What component should this be? IDLE? It's the shell, not just IDLE. Core? Not that deep!
History
Date User Action Args
2020-07-25 12:54:29wyz23x2setrecipients: + wyz23x2
2020-07-25 12:54:28wyz23x2setmessageid: <1595681668.98.0.691710937609.issue41394@roundup.psfhosted.org>
2020-07-25 12:54:28wyz23x2linkissue41394 messages
2020-07-25 12:54:28wyz23x2create