bpo-36739: Update controlflow.rst by pbhd · Pull Request #12983 · python/cpython

@pbhd

in addition to global-statement also mention nonlocal-statement

@pbhd pbhd changed the title Issue36739: Update controlflow.rst bpo-36739: Update controlflow.rst

Apr 27, 2019

@blurb-it

rhettinger

@Mariatta

Mariatta

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 29, 2019
in addition to global-statement also mention nonlocal-statement
(in the paragraph describing access to variables which are non local to a function
(cherry picked from commit e1f95e7)

Co-authored-by: pbhd <p-bauer-schriesheim@t-online.de>

miss-islington added a commit that referenced this pull request

May 29, 2019
in addition to global-statement also mention nonlocal-statement
(in the paragraph describing access to variables which are non local to a function
(cherry picked from commit e1f95e7)

Co-authored-by: pbhd <p-bauer-schriesheim@t-online.de>

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
in addition to global-statement also mention nonlocal-statement
(in the paragraph describing access to variables which are non local to a function