Kaydet (Commit) e6c1eb92 authored tarafından Vinay Sajip's avatar Vinay Sajip

Closes issue #11557: Added Natalia Bidart's patch to improve test coverage.

üst 86cc82e3
# Copyright 2001-2010 by Vinay Sajip. All Rights Reserved.
# Copyright 2001-2011 by Vinay Sajip. All Rights Reserved.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose and without fee is hereby granted,
......@@ -18,7 +18,7 @@
Logging package for Python. Based on PEP 282 and comments thereto in
comp.lang.python, and influenced by Apache's log4j system.
Copyright (C) 2001-2010 Vinay Sajip. All Rights Reserved.
Copyright (C) 2001-2011 Vinay Sajip. All Rights Reserved.
To use, simply 'import logging' and log away!
"""
......@@ -1826,10 +1826,10 @@ class NullHandler(Handler):
package.
"""
def handle(self, record):
pass
"""Stub."""
def emit(self, record):
pass
"""Stub."""
def createLock(self):
self.lock = None
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment