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.

classification
Title: [AST] assignment to None allowed
Type: Stage:
Components: Interpreter Core Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon
Priority: normal Keywords:

Created on 2005-04-26 06:07 by brett.cannon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg25123 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2005-04-26 06:07
``None = 42`` should raise a SyntaxError.

Detected by test_compile.
msg25124 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2005-04-28 03:33
Logged In: YES 
user_id=357491

Fixed in rev. 1.1.2.62 .

One less failure in test_compile.
History
Date User Action Args
2022-04-11 14:56:11adminsetgithub: 41899
2005-04-26 06:07:40brett.cannoncreate