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 AlexWaygood, andrei.avk, berker.peksag, corona10, grahamd, lukasz.langa, pablogsal, randolf.scholz, rhettinger, serhiy.storchaka, sirosen0, terry.reedy, wim.glenn
Date 2021-12-01.22:19:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638397188.01.0.774027695269.issue45356@roundup.psfhosted.org>
In-reply-to
Content
In Python 3.10, classmethod() added a __wrapped__ attribute.  Presumably, any use case for implicit chaining can now be accomplished in an explicit and controlled manner.
History
Date User Action Args
2021-12-01 22:19:48rhettingersetrecipients: + rhettinger, terry.reedy, grahamd, lukasz.langa, berker.peksag, serhiy.storchaka, wim.glenn, corona10, pablogsal, andrei.avk, sirosen0, randolf.scholz, AlexWaygood
2021-12-01 22:19:48rhettingersetmessageid: <1638397188.01.0.774027695269.issue45356@roundup.psfhosted.org>
2021-12-01 22:19:48rhettingerlinkissue45356 messages
2021-12-01 22:19:47rhettingercreate