]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix suggested by Magnus Kessler: in class Page, it is possible for
authorGuido van Rossum <guido@python.org>
Tue, 28 Mar 2000 20:10:39 +0000 (20:10 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 Mar 2000 20:10:39 +0000 (20:10 +0000)
commit84306246f1d9a70b887881e029a082aab8db9211
tree9cd2c093c219e6e78d76b6a2d468338214cfafa8
parenta80649b357afcd4192a112a1cfdd8fe014eb573f
Fix suggested by Magnus Kessler: in class Page, it is possible for
self.parser to be None; in that case don't dereference it in
getnames().
Tools/webchecker/webchecker.py