Kyle Stanley <aeros...@gmail.com> added the comment:

Thanks for the suggestion.

Personally I wouldn't be in favor of this particular change. It doesn't add any 
additional functionality beyond saving a couple of characters. Also, this could 
quickly get rather convoluted. For separation and clarity, the assignment 
operators ("+=", "-=", "/=", "*=", etc) should affect one variable. If you 
wanted to fit multiple on the same line, you could simply use:

>>> a += 1; b += 2

----------
nosy: +aeros167 -steven.daprano
type: enhancement -> 

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

Reply via email to