summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2014-11-01 19:58:47 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2014-11-01 19:58:47 (GMT)
commitc33a0cc61ea763bde926b22492785f3b2b66685c (patch)
tree3482a45ab4740511bda4076889f6744fe781eb38 /Misc
parent8083cd6c3bd8970de4bb592a0973169733f32b94 (diff)
downloadcpython-c33a0cc61ea763bde926b22492785f3b2b66685c.zip
cpython-c33a0cc61ea763bde926b22492785f3b2b66685c.tar.gz
cpython-c33a0cc61ea763bde926b22492785f3b2b66685c.tar.bz2
Brought excluded code into the scope of a try block in SysLogHandler.emit().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f9155d..97bb398 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,9 @@ Core and Builtins
Library
-------
+- Issue #22776: Brought excluded code into the scope of a try block in
+ SysLogHandler.emit().
+
- Issue #22665: Add missing get_terminal_size and SameFileError to
shutil.__all__.