Marek Scholle <[email protected]> added the comment:
> 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" ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue46612> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
