[issue38919] support Assignment Operators

Karthikeyan Singaravelan report at bugs.python.org
Tue Nov 26 11:54:02 EST 2019


Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:

This needs to be discussed on python-ideas mailing list. Inplace operation for walrus operator like :*= feels difficulty to read than (x := x * 2) and would require changes to grammar.

----------
nosy: +xtreak

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38919>
_______________________________________


More information about the Python-bugs-list mailing list