Roundup Robot added the comment:
New changeset d32b6900da6f by Terry Jan Reedy in branch '2.7':
Closes #21055: Index (augmented) assignment symbols.
http://hg.python.org/cpython/rev/d32b6900da6f
New changeset 0b946c8d7837 by Terry Jan Reedy in branch '3.4':
Issue #21055: Index (augmented) assign
New submission from Terry J. Reedy:
Dependency of 21054
--
files: index-assign.diff
keywords: patch
messages: 214763
nosy: terry.reedy
priority: normal
severity: normal
stage: patch review
status: open
title: Index (augmented) assignment symbols
type: behavior
versions: Python 2.7, Pytho