[issue16567] Implementing .= for variable operator

2012-11-28 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Please submit this kind of ideas to the python-ideas mailing list, to trigger a discussion and get valuable feedback: http://www.python.org/community/lists/#python-ideas-mailing-list -- nosy: +amaury.forgeotdarc resolution: - invalid status:

[issue16567] Implementing .= for variable operator

2012-11-27 Thread Erik VanderWerf
New submission from Erik VanderWerf: I don't know if this has been suggested before, none of my searches returned anything. Sorry if it has been rejected already. Anyone who has used Python at least a little bit will know that you can use +=, -=, *=, and /= to apply a change to a variable and