I've written a logging.filter and would like to use doctest on it (using a StreamHandler for stdout), but this doesn't seem possible. Output from the logger seems to disappear (running the doctest strings through the interpreter as-is yields expected results). I assume this is because doctest does something with logging. Is there any way to make these work together?
Gary -- http://mail.python.org/mailman/listinfo/python-list