Message 329644 - Python tracker
Message329644
| 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:35 | gvanrossum | set | recipients: + gvanrossum, benjamin.peterson, serhiy.storchaka, pablogsal |
| 2018-11-10 20:56:34 | gvanrossum | link | issue35207 messages |
| 2018-11-10 20:56:34 | gvanrossum | create | |