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 mscholle
Recipients eric.smith, mscholle, steven.daprano, veky
Date 2022-02-02.17:09:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643821771.5.0.921560921915.issue46612@roundup.psfhosted.org>
In-reply-to
Content
> a += b means (is closest to) a = type(a).__iadd__(a, b)

I exchanged several messages, and this is all I needed!
I propose to resolve as "Not a bug"
History
Date User Action Args
2022-02-02 17:09:31mschollesetrecipients: + mscholle, eric.smith, steven.daprano, veky
2022-02-02 17:09:31mschollesetmessageid: <1643821771.5.0.921560921915.issue46612@roundup.psfhosted.org>
2022-02-02 17:09:31mschollelinkissue46612 messages
2022-02-02 17:09:31mschollecreate