Open
Description
Info about what is deprecated is in the headers. We should use that info, reusing the message if possible.
For the classes intended for subclassing in particular, we should add a __init_subclass__
to spit out that warning so that the warning points to where the class is subclassed. Other classes we'd have to add a thing before __init__
.