[Python-ideas] Spelling of Assignment Expressions PEP 572 (was post #4)

Ethan Furman ethan at stoneleaf.us
Sun Apr 15 01:52:52 EDT 2018


On 04/14/2018 08:08 PM, Nick Coghlan wrote:

> New keyword based target first proposal:
>
>      while (value from read_next_item()) is not None:
>          ...

I could get behind this.

Current preferencs:

"as"  +1

"from"  +0.85

":=" +0.5

--
~Ethan~



More information about the Python-ideas mailing list