]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #21366: Document the fact that ``return`` in a ``finally`` clause
authorZachary Ware <zachary.ware@gmail.com>
Tue, 6 May 2014 14:07:51 +0000 (09:07 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 6 May 2014 14:07:51 +0000 (09:07 -0500)
overrides a ``return`` in the ``try`` suite.


Trivial merge