[Python-Dev] PEP282 and the warnings framework

Fredrik Lundh fredrik@pythonware.com
Wed, 15 May 2002 18:30:12 +0200


Kevin Butler wrote:

> Subclasses should differ in behavior - if they differ only in data, that data 
> should go into attributes instead. (Yes, this is disputable, but it does tend 
> to simplify designs.)

have you ever used exceptions in python?

</F>