diveintopython
diveintopython copied to clipboard
Rewrite or remove Chapter 8, HTML Processing
As Mark himself said, it is horribly out of date. Candidates for replacement libraries are probably BeautifulSoup, maybe lxml.
BeautifulSoup isn't standard library, so we'll go with HTMLparser, htmllib or both.
python programmers feel like it's along process to install a module.