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 rhettinger
Recipients anthony-flury, docs@python, rhettinger
Date 2021-02-27.23:49:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614469747.84.0.795989760428.issue43325@roundup.psfhosted.org>
In-reply-to
Content
I'll add a note to this effect in the tutorial.

Also, in the FAQ, we could have an entry about the three circumstances when "is" can relied upon:  1) variable assignment doesn't change identity, 2) containers that use references don't change identity, and 3) singletons don't change identity.
History
Date User Action Args
2021-02-27 23:49:07rhettingersetrecipients: + rhettinger, docs@python, anthony-flury
2021-02-27 23:49:07rhettingersetmessageid: <1614469747.84.0.795989760428.issue43325@roundup.psfhosted.org>
2021-02-27 23:49:07rhettingerlinkissue43325 messages
2021-02-27 23:49:07rhettingercreate