similarly, if i run the following, i see only "done":

  from logging import DEBUG, root, getLogger

  if __name__ == '__main__':
      root.setLevel(DEBUG)
      getLogger(__name__).debug("hello world")
      print('done')
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to