[Tutor] problems with HTMLParser

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Wed, 24 Jan 2001 22:18:04 -0800 (PST)


On Wed, 24 Jan 2001, Sean 'Shaleh' Perry wrote:

> >>     method()  # seems to die on end_a?
> >> TypeError: not enough arguments; expected 2, got 1
> > 
> > Add a do-nothing end_a() method to your class, and with luck, that should
> > fix that bug.
> > 
> 
> you are right, another look at the source was needed, but your
> analysis was off (-:

Nuts, I'm getting sloppy... *grin*  Glad that bug's fixed though!