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 Zectbumo
Recipients Zectbumo
Date 2019-12-17.18:52:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576608747.4.0.324829457478.issue39079@roundup.psfhosted.org>
In-reply-to
Content
import string
a = string.letters
help(int)
b = string.letters
a == b # False
History
Date User Action Args
2019-12-17 18:52:27Zectbumosetrecipients: + Zectbumo
2019-12-17 18:52:27Zectbumosetmessageid: <1576608747.4.0.324829457478.issue39079@roundup.psfhosted.org>
2019-12-17 18:52:27Zectbumolinkissue39079 messages
2019-12-17 18:52:27Zectbumocreate