diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-09-08 10:46:15 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-09-08 10:46:15 (GMT) |
commit | 121a1c4e11fb2c6f11ec9c01aec2db91d86a0d40 (patch) | |
tree | e490d7912c3b07e32192f0d38d82276275d64cf4 /Misc | |
parent | febeb00e4146c2b898ece019bf58cb6057d4ae73 (diff) | |
download | cpython-121a1c4e11fb2c6f11ec9c01aec2db91d86a0d40.zip cpython-121a1c4e11fb2c6f11ec9c01aec2db91d86a0d40.tar.gz cpython-121a1c4e11fb2c6f11ec9c01aec2db91d86a0d40.tar.bz2 |
logging: Added QueueHandler.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |