akhil1988 wrote:
Sorry, it is sgmllib.py and not sgmmlib.py
Oh, that bug again. See http://bugs.python.org/issue1651995 It's a bug in SGMLParser. When Python 2.5 restricted ASCII to 0..127, SGMLParser needed to be modified, but wasn't. I reported that bug in February 2007. It was fixed in Python 2.6 and 3.0 on March 31, 2009. John Nagle -- http://mail.python.org/mailman/listinfo/python-list