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 gvanrossum
Recipients benjamin.peterson, gvanrossum, pablogsal, serhiy.storchaka
Date 2018-11-10.20:56:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJJJ5XpSAAogwduXRwDHUQd56m-CjZjN8qyEfbQjHmb+mA@mail.gmail.com>
In-reply-to <1541829865.75.0.788709270274.issue35207@psf.upfronthosting.co.za>
Content
Hm, I was thinking of https://github.com/python/cpython/pull/9212/, but
that's about keyword arg (where the interpreter incorrectly allowed
f((kw)=expr). But on thinking about it more I believe we should allow (a) =
(b), so there is no code change required. Sorry for the false alarm.
History
Date User Action Args
2018-11-10 20:56:35gvanrossumsetrecipients: + gvanrossum, benjamin.peterson, serhiy.storchaka, pablogsal
2018-11-10 20:56:34gvanrossumlinkissue35207 messages
2018-11-10 20:56:34gvanrossumcreate