]> granicus.if.org Git - python/commit
Don't use self.announce() in a function that's not a method.
authorGuido van Rossum <guido@python.org>
Thu, 20 Feb 2003 02:11:43 +0000 (02:11 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 20 Feb 2003 02:11:43 +0000 (02:11 +0000)
commit12471d63893f84cb88deccf83af5aa5c6866c275
tree19bda5140b1d4b882cd03bc7b40bb69bf7ac8c62
parentaf160659184f1d551621c70b2979ce5ce56e7fff
Don't use self.announce() in a function that's not a method.

Use level=3 (i.e. log.WARN) for the warnings about failed imports.
(Hmm...  Why is that code in an "if 1: ..."?  What's the else branch
for?)
setup.py