summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2014-11-01 20:00:56 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2014-11-01 20:00:56 (GMT)
commit1be0c618827c14dd3f813f38fb3c788e140e9b72 (patch)
tree195f098e63449cf30f30a737e25721421772ec3b /Misc
parent8be6fac103b108c3bfac8e91a08ab2671c4537d3 (diff)
parentc33a0cc61ea763bde926b22492785f3b2b66685c (diff)
downloadcpython-1be0c618827c14dd3f813f38fb3c788e140e9b72.zip
cpython-1be0c618827c14dd3f813f38fb3c788e140e9b72.tar.gz
cpython-1be0c618827c14dd3f813f38fb3c788e140e9b72.tar.bz2
Closes #22776: Merged fix from 3.4.
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 be34a2e..b90a9b0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -180,6 +180,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__.