Lysandros Nikolaou <lisandros...@gmail.com> added the comment:

> dict comprehension

FWIW, unparenthesized walruses are still disallowed in dictcomps and to be 
honest, I'm not sure if we should allow them or not. I feel that allowing too 
many colons there would be too noisy.

{a:='a': b:=1} doesn't really look too beautiful.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42381>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to