]> granicus.if.org Git - python/commit
Fix the signature of log_error(). (A subclass that did the right thing
authorGuido van Rossum <guido@python.org>
Wed, 10 Jan 2007 23:12:56 +0000 (23:12 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 10 Jan 2007 23:12:56 +0000 (23:12 +0000)
commit833e9611b3173d454bf2c78bc7f60fa79ad8b5ee
tree04ea9934a95efd30f9139ab065b4e22318d03a0b
parent9ae562efb1f725f12fba521847288332791bf895
Fix the signature of log_error().  (A subclass that did the right thing
was getting complaints from pychecker.)
Lib/BaseHTTPServer.py