FYI, the standard Python docs are available in HTML and other formats via:
http://www.python.org/ftp/python/doc/
As for grabbing web sites, I think someone (Guido?) once posted a "robot" script. Could be an idea to check the locator:
I recently posted a "webchecker" script which is not quite a web grabber. It is also on ftp.python.org in /pub/tmp (until I find a better place for it). It should be straightforward to turn this into a grabber. Much longer ago I posted a "robot" thingie for the same purpose that is better forgotten. I believe I saw a post from someone else who had turned it into a grabber, recently. --Guido van Rossum (home page: http://www.python.org/~guido/) _______________ DOC-SIG - SIG for the Python Documentation Project send messages to: doc-sig@python.org administrivia to: doc-sig-request@python.org _______________