My first attempt at subclassing....Gahh!

Jeffrey Froman jeffrey at fro.man
Tue Sep 14 01:13:34 EDT 2004


Robin Siebler wrote:

> class report(filecmp.dircmp.report):

Here you are attempting to subclass an instance method instead of another
class.

Jeffrey



More information about the Python-list mailing list