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 Crowthebird
Recipients Crowthebird
Date 2021-10-17.04:52:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634446374.32.0.596637599437.issue45499@roundup.psfhosted.org>
In-reply-to
Content
test case:
>>> a: A = 'test'
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'A' is not defined. Did you mean: 'a'?
History
Date User Action Args
2021-10-17 04:52:54Crowthebirdsetrecipients: + Crowthebird
2021-10-17 04:52:54Crowthebirdsetmessageid: <1634446374.32.0.596637599437.issue45499@roundup.psfhosted.org>
2021-10-17 04:52:54Crowthebirdlinkissue45499 messages
2021-10-17 04:52:54Crowthebirdcreate