summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-09-23 08:15:54 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-09-23 08:15:54 (GMT)
commit0637d493e9a6cee190186a24b98d21b3a6e217f8 (patch)
tree9b4e088447024331984bbaa029c971581aa91067 /Misc
parentd12a420acc4e056ec3a4deec1d730647a845ee11 (diff)
downloadcpython-0637d493e9a6cee190186a24b98d21b3a6e217f8.zip
cpython-0637d493e9a6cee190186a24b98d21b3a6e217f8.tar.gz
cpython-0637d493e9a6cee190186a24b98d21b3a6e217f8.tar.bz2
logging: added QueueListener and documentation.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b4f830b..15b4da2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,9 @@ Core and Builtins
Library
-------
+- Logging: Added QueueListener class to facilitate logging usage for
+ performance-critical threads.
+
- Issue #9916: Add some missing errno symbols.
- Issue #9877: Expose sysconfig.get_makefile_filename()