commit | a79d6f40dfa6dc0df03db489e27532a5a1b644cc | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat Nov 01 19:56:13 2014 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat Nov 01 19:56:13 2014 +0000 |
tree | eac7d6bcc3df86f9a8b389f85bad0430e81c83ee | |
parent | 409062c669e4d3163b494a73d119aede66700f41 [diff] [blame] |
Brought excluded code into the scope of a try block in SysLogHandler.emit().
diff --git a/Misc/NEWS b/Misc/NEWS index 5c03887..1ef092c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -37,6 +37,9 @@ Library ------- +- Issue #22776: Brought excluded code into the scope of a try block in + SysLogHandler.emit(). + - Issue #17381: Fixed ranges handling in case-insensitive regular expressions. - Issue #19329: Optimized compiling charsets in regular expressions.