BPO | [4246](https://bugs.python.org/issue4246) --- | :--- Nosy | @terryjreedy, @cben, @ezio-melotti Files | [scopes.py](https://bugs.python.org/file11924/scopes.py "Uploaded as text/plain at 2008-11-01.14:59:28 by robwolfe"): Execution model example *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.* Show more details GitHub fields: ```python assignee = None closed_at = None created_at = labels = ['type-feature', '3.9', '3.10', 'docs'] title = 'doc: execution model - clear and complete example in documentation' updated_at = user = 'https://bugs.python.org/robwolfe' ``` bugs.python.org fields: ```python activity = actor = 'iritkatriel' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation'] creation = creator = 'robwolfe' dependencies = [] files = ['11924'] hgrepos = [] issue_num = 4246 keywords = [] message_count = 4.0 messages = ['75441', '75614', '75635', '121783'] nosy_count = 5.0 nosy_names = ['terry.reedy', 'cben', 'ezio.melotti', 'robwolfe', 'docs@python'] pr_nums = [] priority = 'normal' resolution = None stage = 'needs patch' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue4246' versions = ['Python 3.9', 'Python 3.10'] ``` ### Linked PRs * gh-93068 * gh-100442 * gh-100443