David Goodger <good...@python.org> added the comment: r74028 changes the logic of the code. The "finally" clause always executes, regardless of whether or not an exception was raised. The previous behavior only executed when there was an exception.
I don't know if the previous logic was correct, or the new logic, but they are *not* the same. ---------- nosy: +goodger _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6482> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com