commit | de72692465289b28038fb903e2fd82efa47c72f9 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Tue Sep 14 06:59:24 2010 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Tue Sep 14 06:59:24 2010 +0000 |
tree | e1d0ee486a329eeb60e6f840a04644adcaad3b0c | |
parent | e1b6a9ac99df104045a5297028ff8a614eb6353f [diff] |
Tidied example script.
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index d28d4fa..fa230a0 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst
@@ -2660,6 +2660,8 @@ data = json.dumps(record.__dict__) self.queue.send(data) + def close(self): + self.queue.close() .. _formatter-objects: