Sun Mar 28 2004 12:15 Helpful Python Tip:
The parser in the htmllib library is useless for actually parsing HTML. Use the one in sgmllib instead. I learned this once when writing the Eater of Meaning and I'm learning it again with this new project I'm working on. Hopefully I'll have something to show you tonight.