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 rhettinger
Recipients Dennis Sweeney, crypdick, rhettinger
Date 2021-11-30.03:46:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638243998.86.0.788768645206.issue45936@roundup.psfhosted.org>
In-reply-to
Content
I don't think there is a need to list the inplace methods.  They were put in to optimize what was already occurring when only the __add__ method was defined.  Also, other container typically don't specifically call out the inplace methods.
History
Date User Action Args
2021-11-30 03:46:38rhettingersetrecipients: + rhettinger, Dennis Sweeney, crypdick
2021-11-30 03:46:38rhettingersetmessageid: <1638243998.86.0.788768645206.issue45936@roundup.psfhosted.org>
2021-11-30 03:46:38rhettingerlinkissue45936 messages
2021-11-30 03:46:38rhettingercreate