This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients acooke, georg.brandl
Date 2009-01-18.18:27:21
SpamBayes Score 2.337743e-05
Marked as misclassified No
Message-id <1232303242.29.0.315489485086.issue4986@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed in r68727.

IMO, "augmented operation" was an acceptable term -- the term "operator"
is not strictly limited to operators usable in expressions in Python.
However, since it's called "augmented assignment" everywhere else, it's
better here too for consistency.

A real mistake was that the same paragraph called "a += b" an expression
-- it really is a statement. Fixed that too.
History
Date User Action Args
2009-01-18 18:27:22georg.brandlsetrecipients: + georg.brandl, acooke
2009-01-18 18:27:22georg.brandlsetmessageid: <1232303242.29.0.315489485086.issue4986@psf.upfronthosting.co.za>
2009-01-18 18:27:21georg.brandllinkissue4986 messages
2009-01-18 18:27:21georg.brandlcreate