commit | 546885ea4e3d1360bfc43d3890497aa91180d98d | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat Sep 25 17:42:36 2010 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat Sep 25 17:42:36 2010 +0000 |
tree | 76ed95fd3584e4f212ad02f8b8d80d28a0394b73 | |
parent | 7db964d5aaf6a5a17e90c5d4da393476ae53c363 [diff] [blame] |
Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler.
diff --git a/Misc/NEWS b/Misc/NEWS index 77adf82..e6acb85 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -43,6 +43,8 @@ Library ------- +- Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler. + - Issue #9936: Fixed executable lines' search in the trace module. - Issue #9928: Properly initialize the types exported by the bz2 module.