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 SilentGhost
Recipients SilentGhost, roccosan, terry.reedy
Date 2019-04-04.12:37:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554381421.86.0.614868861331.issue36524@roundup.psfhosted.org>
In-reply-to
Content
You seem to be confused by the fact that print function returns None and therefore all the comparisons you're making return False. There is not type vs "outcome" difference in your code sample.
History
Date User Action Args
2019-04-04 12:37:01SilentGhostsetrecipients: + SilentGhost, terry.reedy, roccosan
2019-04-04 12:37:01SilentGhostsetmessageid: <1554381421.86.0.614868861331.issue36524@roundup.psfhosted.org>
2019-04-04 12:37:01SilentGhostlinkissue36524 messages
2019-04-04 12:37:01SilentGhostcreate