]> granicus.if.org Git - python/commit
Improve clarity of try-return-finally-return (GH-15677) (GH-15981)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Sep 2019 17:42:21 +0000 (10:42 -0700)
committerStéphane Wirtel <stephane@wirtel.be>
Wed, 11 Sep 2019 17:42:21 +0000 (19:42 +0200)
commitc0acc0e53e6724c8162f797b94934d53c64323d6
tree67820e5a2c1badab32b64b6d57b5ebbffcd77368
parent965e53a9deb1c7f02c68dee119eae94c3be8af15
Improve clarity of try-return-finally-return (GH-15677) (GH-15981)

Clarify execution in try-return-finally-return case.
(cherry picked from commit 0cc27417f2cd399c432d7dda9aeca1d81af76936)

Co-authored-by: toonarmycaptain <toonarmycaptain@hotmail.com>
Doc/tutorial/errors.rst
Misc/ACKS