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 amaury.forgeotdarc
Recipients Cesar.Kawakami, Devin Jeanpierre, Kyle.Buzsaki, amaury.forgeotdarc, berker.peksag, eryksun, ezio.melotti, mark.dickinson, martin.panter, ncoghlan, r.david.murray, rhettinger
Date 2015-04-22.09:42:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429695721.21.0.232889009822.issue23275@psf.upfronthosting.co.za>
In-reply-to
Content
About the patch: I'm sure there are other tests to change,
in test_syntax.py for example::

    It's a syntax error to assign to the empty tuple.  Why isn't it an
    error to assign to the empty list?  It will always raise some error  at
    runtime.

    >>> () = 1
    Traceback (most recent call last):
      File "<doctest test.test_syntax[3]>", line 1
    SyntaxError: can't assign to ()
History
Date User Action Args
2015-04-22 09:42:01amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, rhettinger, mark.dickinson, ncoghlan, Devin Jeanpierre, ezio.melotti, r.david.murray, berker.peksag, martin.panter, eryksun, Cesar.Kawakami, Kyle.Buzsaki
2015-04-22 09:42:01amaury.forgeotdarcsetmessageid: <1429695721.21.0.232889009822.issue23275@psf.upfronthosting.co.za>
2015-04-22 09:42:01amaury.forgeotdarclinkissue23275 messages
2015-04-22 09:42:01amaury.forgeotdarccreate