commit | 28274ab6cf89e60054c44d6fb1174cc02306dc74 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat May 09 12:11:30 2009 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat May 09 12:11:30 2009 +0000 |
tree | 8acd3052ff5e4d5c346d1033e27d447633122891 | |
parent | 26f325577485c93bc7e297001d7f088f90767bb7 [diff] [blame] |
Issue #5971: StreamHandler.handleError now swallows IOErrors which occur when trying to print a traceback.
diff --git a/Misc/NEWS b/Misc/NEWS index 361950b..0717458 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Library ------- +- Issue #5971: StreamHandler.handleError now swallows IOErrors which occur when + trying to print a traceback. + - Issue 5955: aifc's close method did not close the file it wrapped, now it does. This also means getfp method now returns the real fp.