htmllib samples
Fredrik Lundh
fredrik at pythonware.com
Thu Mar 29 03:53:32 EST 2001
Oliver Vecernik wrote:
> has anyone got some samples or point me to where to find them on how to
> implement this module?
you mean "use", I assume?
http://www.oreilly.com/catalog/pythonsl/chapter/ch05.html#HTMLLIB-MODULE
http://www.oreilly.com/catalog/pythonsl/chapter/ch05.html#FORMATTER-MODULE
note that when you think you need the htmllib module, you
usually want the sgmllib module:
http://www.oreilly.com/catalog/pythonsl/chapter/ch05.html#SGMLLIB-MODULE
Cheers /F
More information about the Python-list
mailing list