Terry Reedy <tjre...@udel.edu> writes:
> If the library framework were written in Python, one would have a
> choice between creating a parallel class hierachy (through
> inheritance) that dupicates *every* class in the original hierachy and
> dynamically patching just those classes that need to be changed. 

I think I understand what you're saying, but it could be handled with
generics.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to