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 philiprbrenan@gmail.com
Recipients philiprbrenan@gmail.com
Date 2020-07-25.11:58:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595678315.6.0.422536039763.issue41392@roundup.psfhosted.org>
In-reply-to
Content
a = false

# Traceback (most recent call last):
#   File "test.py", line 1, in <module>
#     a = false
# NameError: name 'false' is not defined
# Compilation finished successfully.

Please make this a syntax error rather than a run time error as the user intention is obvious and there cannot possibly be a variable called 'false' yet.
History
Date User Action Args
2020-07-25 11:58:35philiprbrenan@gmail.comsetrecipients: + philiprbrenan@gmail.com
2020-07-25 11:58:35philiprbrenan@gmail.comsetmessageid: <1595678315.6.0.422536039763.issue41392@roundup.psfhosted.org>
2020-07-25 11:58:35philiprbrenan@gmail.comlinkissue41392 messages
2020-07-25 11:58:35philiprbrenan@gmail.comcreate