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 gvanrossum
Recipients ethan smith, gvanrossum, gyu-don, mark.dickinson, serhiy.storchaka, terry.reedy
Date 2021-06-09.21:13:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623273232.54.0.822283930507.issue24234@roundup.psfhosted.org>
In-reply-to
Content
Yeah, the more I think about it, the more it looks like we should add the special methods -- even if they won't necessarily be called *if the type is exactly 'complex' or 'bytes'*.

Now, until we've written and released the code we won't know for sure whether this might break somebody's corner case, so we should play it safe and only do this for 3.11 and make sure it's mentioned in the What's New.
History
Date User Action Args
2021-06-09 21:13:52gvanrossumsetrecipients: + gvanrossum, terry.reedy, mark.dickinson, serhiy.storchaka, ethan smith, gyu-don
2021-06-09 21:13:52gvanrossumsetmessageid: <1623273232.54.0.822283930507.issue24234@roundup.psfhosted.org>
2021-06-09 21:13:52gvanrossumlinkissue24234 messages
2021-06-09 21:13:52gvanrossumcreate