I want to use the htmllib module but it's been removed from Python 3.0. Does anyone know what's the replacement for this module?
+4
A:
I haven't used it, but it looks like what you want is the html.parser
library, and possibly also html.entity
.
Adam Rosenfield
2010-04-28 15:17:23