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.20:42:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554410528.04.0.25229817876.issue36524@roundup.psfhosted.org>
In-reply-to
Content
Rocco, == is an equality operator, "is" is used for identity testing. If you have an example of documentation that states that == is an identity operator, do report it and we'd be glad to fix it.

The print function does not change the object, it's the print function itself that return None.
History
Date User Action Args
2019-04-04 20:42:08SilentGhostsetrecipients: + SilentGhost, terry.reedy, roccosan
2019-04-04 20:42:08SilentGhostsetmessageid: <1554410528.04.0.25229817876.issue36524@roundup.psfhosted.org>
2019-04-04 20:42:08SilentGhostlinkissue36524 messages
2019-04-04 20:42:08SilentGhostcreate