Prepare tutorial page, so people can test-drive the extension. Also explain difference between: x = { ... } logging.debug(x) logging.debug("%s" % x) logging.debug("%s", x)