Closed as not planned
Description
Feature or enhancement
I would like it so that when I do something like class str(builtin=True), any functions and other things defined in the class apply to the built-in class, and therefore literals.
Pitch
With a built-in type, you may decide to not implement a few class methods for that type. Adding this would allow users who want those class methods to implement them.
Previous discussion
https://discuss.python.org/t/ability-to-modify-python-types-by-simple-class-declaration/30150