diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2014-11-01 19:58:47 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2014-11-01 19:58:47 (GMT) |
commit | c33a0cc61ea763bde926b22492785f3b2b66685c (patch) | |
tree | 3482a45ab4740511bda4076889f6744fe781eb38 /Misc | |
parent | 8083cd6c3bd8970de4bb592a0973169733f32b94 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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__. |