[issue35666] Update design FAQ about assignment expression

2019-11-12 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: This is updated with 6357c95716d89ac1f80587fbc4133df8d2e8396c . Closing this as fixed. Feel free to reopen if needed. Thanks. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python

[issue35666] Update design FAQ about assignment expression

2019-01-24 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Ah sorry I think this could be a duplicate of issue34237 where you have added an update. -- ___ Python tracker ___ ___

[issue35666] Update design FAQ about assignment expression

2019-01-24 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: > I believe a spot where assignment expressions are explicitly mentioned as not > being included in the language, which is no longer the case Emily, I guess you were referring to this issue in https://bugs.python.org/issue35224#msg334331 . Now that

[issue35666] Update design FAQ about assignment expression

2019-01-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This can be changed only after implementing PEP 572. -- nosy: +serhiy.storchaka ___ Python tracker ___

[issue35666] Update design FAQ about assignment expression

2019-01-05 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- dependencies: +PEP 572: Assignment Expressions ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue35666] Update design FAQ about assignment expression

2019-01-05 Thread Carl Bordum Hansen
New submission from Carl Bordum Hansen : Hi there, In ``Doc/faq/design.rst`` there is an explanation of why Python does not have assignment in expressions. This is dated since PEP 572 / Python 3.8. Online version: https://docs.python.org/3/faq/design.html#why-can-t-i-use-an-assignment-in-an-