commit | 834704209393be146dd5f786f25a2f34884d1a78 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Tue Feb 17 17:47:15 2009 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Tue Feb 17 17:47:15 2009 +0000 |
tree | 527b0927518637c23ce96c3030e742b925de3afa | |
parent | 62ba5af074d0cf95548f8e55f7a99ed4d7ff3bff [diff] [blame] |
#5287: Add exception handling around findCaller() call to help out IronPython.
diff --git a/Misc/NEWS b/Misc/NEWS index 9b734d0..45d145e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -80,6 +80,9 @@ Library ------- +- Issue #5287: Add exception handling around findCaller() call in logging to + help out IronPython. + - Issue #4524: distutils build_script command failed with --with-suffix=3. Initial patch by Amaury Forgeot d'Arc.