hi, (hope this is the right forum for this kind of question...) While testing the 2to3 tool for a lib of mine I noticed imports for HTMLParser seem not to be changed yet. I guess the following should happen: import HTMLParser # or from HTMLParser import HTMLParser should get import html.parser # or from html.parser import HTMLParser ? thanks Chris