Message412380
You've managed to write 3 messages already, without at any point mentioning what _really_ happens when you += something.
a += b means (is closest to) a = type(a).__iadd__(a, b)
You focus all the time on __iadd__ call, disregarding that its result it assigned back to a in scope. |
|
Date |
User |
Action |
Args |
2022-02-02 16:59:52 | veky | set | recipients:
+ veky, eric.smith, steven.daprano, mscholle |
2022-02-02 16:59:52 | veky | set | messageid: <1643821192.64.0.642221969712.issue46612@roundup.psfhosted.org> |
2022-02-02 16:59:52 | veky | link | issue46612 messages |
2022-02-02 16:59:52 | veky | create | |
|