commit | 0ec57e25c918b859b9f8d464e34e0ac859c2f8b3 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Sun Feb 07 00:28:50 2021 -0500 |
committer | GitHub <noreply@github.com> | Sun Feb 07 00:28:50 2021 -0500 |
tree | 38841883fef7dbb9a46d0d115a4d84a881411bfa | |
parent | 5f18c223391eef8c7d01241b51a7b2429609dd84 [diff] |
bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446) These 3 statements cannot be used at module scope -- nor in exec with one namespace.