]> granicus.if.org Git - python/commit
Added note() message to Page class -- this was used but didn't exist.
authorGuido van Rossum <guido@python.org>
Thu, 6 Aug 1998 21:31:13 +0000 (21:31 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Aug 1998 21:31:13 +0000 (21:31 +0000)
commita42c1ee21df701d434ee0857ed5ce1adba5e1acf
tree91d0462e681a8fdfc53098afeb116b7b791f33cd
parent399fea89cb4d16e71571c0f1e7e203a750a1a0aa
Added note() message to Page class -- this was used but didn't exist.
(The alternative would be to call self.checker.note() but since
self.checker might be None that's not quite right.
Tools/webchecker/webchecker.py