]> granicus.if.org Git - python/commit
Major overhaul. Don't use global variable (e.g. verbose); use
authorGuido van Rossum <guido@python.org>
Sat, 21 Feb 1998 20:02:09 +0000 (20:02 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 21 Feb 1998 20:02:09 +0000 (20:02 +0000)
commit00756bd4a61c7502ce741a14c860b5b06d92ec04
tree3df93fd8032d570998843b2f0dc4f7e9279cb350
parent1ee492e5d47cb76cea800a7b83cbdb6ae3126f53
Major overhaul.  Don't use global variable (e.g. verbose); use
instance variables.  Make all global functions methods, for easy
overriding.  Restructure getpage() for easy overriding.  Add
save_pickle() method and load_pickle() global function to make it
easier for other programs to emulate the toplevel interface.
Tools/webchecker/webchecker.py