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 roccosan
Recipients SilentGhost, roccosan, terry.reedy
Date 2019-04-04.20:23:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554409395.57.0.101309275616.issue36524@roundup.psfhosted.org>
In-reply-to
Content
Thanks you very much for the explanations. I am sorry for bothering you, actually my question concerned the use of identity operator. I suggest that '=='  means equal not identity. Therefore, it concerns the instance not the ontology and makes a comparison between the values not the types. In my modest opinion this is a bug. Anyway, you have explain very well the class None and the role of print as function in Python. My little remark is that a communication act should not change the type of object that shows. Instead it transforms the object in Noneclass. This is a peculiar of Python. Warm regards. Rocco
History
Date User Action Args
2019-04-04 20:23:15roccosansetrecipients: + roccosan, terry.reedy, SilentGhost
2019-04-04 20:23:15roccosansetmessageid: <1554409395.57.0.101309275616.issue36524@roundup.psfhosted.org>
2019-04-04 20:23:15roccosanlinkissue36524 messages
2019-04-04 20:23:15roccosancreate