summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-09-08 10:46:15 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-09-08 10:46:15 (GMT)
commit121a1c4e11fb2c6f11ec9c01aec2db91d86a0d40 (patch)
treee490d7912c3b07e32192f0d38d82276275d64cf4 /Misc/NEWS
parentfebeb00e4146c2b898ece019bf58cb6057d4ae73 (diff)
downloadcpython-121a1c4e11fb2c6f11ec9c01aec2db91d86a0d40.zip
cpython-121a1c4e11fb2c6f11ec9c01aec2db91d86a0d40.tar.gz
cpython-121a1c4e11fb2c6f11ec9c01aec2db91d86a0d40.tar.bz2
logging: Added QueueHandler.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f4d2bb7..7a00e14 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
Library
-------
+- Logging: Added QueueHandler class to facilitate logging usage with
+ multiprocessing.
+
- Issue #9707: Rewritten reference implementation of threading.local which
is friendlier towards reference cycles. This change is not normally
visible since an optimized C implementation (_thread._local) is used