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 Devin Jeanpierre
Recipients Devin Jeanpierre
Date 2015-01-19.19:05:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421694347.87.0.147201508367.issue23275@psf.upfronthosting.co.za>
In-reply-to
Content
>>> [] = ()
>>> () = []
  File "<stdin>", line 1
SyntaxError: can't assign to ()

This contradicts the assignment grammar, which would make both illegal: https://docs.python.org/3/reference/simple_stmts.html#assignment-statements
History
Date User Action Args
2015-01-19 19:05:47Devin Jeanpierresetrecipients: + Devin Jeanpierre
2015-01-19 19:05:47Devin Jeanpierresetmessageid: <1421694347.87.0.147201508367.issue23275@psf.upfronthosting.co.za>
2015-01-19 19:05:47Devin Jeanpierrelinkissue23275 messages
2015-01-19 19:05:47Devin Jeanpierrecreate