commit | 15e138a0dc9a8e405cd9be260c2dd12aeb3f4aea | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Mar 06 12:16:52 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Mar 06 12:16:52 2007 +0000 |
tree | 3a52b65d0d50fa54ee3cdcacef2f1deff1c1c4e7 | |
parent | 8da6f1b66811f6cf680dd0bd5762ff051e42d034 [diff] [blame] |
Bug #1674503: close the file opened by execfile() in an error condition. (backport)
diff --git a/Misc/NEWS b/Misc/NEWS index aa1ffd8..3cefca9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- Bug #1674503: close the file opened by execfile() in an error condition. + - Patch #1674228: when assigning a slice (old-style), check for the sq_ass_slice instead of the sq_slice slot.