[Python-bugs-list] Re: 1.5.2 & xmllib : runtime error (PR#29)

mkes@ra.rockwell.com mkes@ra.rockwell.com
Mon, 19 Jul 1999 04:36:30 -0400 (EDT)


Thanks,

... now it works.
Nevertheless it seems to me strange now that the 1.5.2b1 was able to tolerate
this - I run the controversial program many times. :-))

Mira




Guido van Rossum <bugs-py@python.org> on 17.07.99 17:54:39

To:   Miroslav Kes/GTS/RA/Rockwell
cc:
Subject:  Re: 1.5.2 & xmllib : runtime error (PR#29)




This is not a bug -- you haven't called the base class __init__ method
in your derived class __init__ method.