Message412366
You say: "The documentation says ..." but don't tell us which documentation.
This documentation:
https://docs.python.org/3/reference/simple_stmts.html#augmented-assignment-statements
tells us that augmented assignment is assignment:
"An augmented assignment evaluates the target (which, unlike normal assignment statements, cannot be an unpacking) and the expression list, performs the binary operation specific to the type of assignment on the two operands, and assigns the result to the original target."
And also: "the assignment done by augmented assignment statements is handled the same way as normal assignments." |
|
Date |
User |
Action |
Args |
2022-02-02 15:19:26 | steven.daprano | set | recipients:
+ steven.daprano, mscholle |
2022-02-02 15:19:26 | steven.daprano | set | messageid: <1643815166.25.0.814670120421.issue46612@roundup.psfhosted.org> |
2022-02-02 15:19:26 | steven.daprano | link | issue46612 messages |
2022-02-02 15:19:26 | steven.daprano | create | |
|