commit | 098cd69ff9fe8f78753a86d0c17b0c87b0a13587 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Mar 06 12:17:50 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Mar 06 12:17:50 2007 +0000 |
tree | ef1a9115db3d9ad3550a8577b5c45729b4a430cb | |
parent | d53d951c240fc070f368c335792a9923e1426c8a [diff] |
Bug #1674503: close the file opened by execfile() in an error condition.
diff --git a/Misc/NEWS b/Misc/NEWS index 894f1cb..ed8cec4 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.