diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-09-23 08:15:54 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-09-23 08:15:54 (GMT) |
commit | 0637d493e9a6cee190186a24b98d21b3a6e217f8 (patch) | |
tree | 9b4e088447024331984bbaa029c971581aa91067 /Misc | |
parent | d12a420acc4e056ec3a4deec1d730647a845ee11 (diff) | |
download | cpython-0637d493e9a6cee190186a24b98d21b3a6e217f8.zip cpython-0637d493e9a6cee190186a24b98d21b3a6e217f8.tar.gz cpython-0637d493e9a6cee190186a24b98d21b3a6e217f8.tar.bz2 |
logging: added QueueListener and documentation.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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() |