Guido van Rossum <guido@python.org> writes:It wasn't known to me until now. Are these downsides described in some
> This downside of using subclassing as an API should be well known by now
> and widely warned against.
more detail somewhere?
So far I have always thought that, as long as I avoid using private
attributes, subclassing was supported like any other use of the API.