cpython/Doc/reference
Serhiy Storchaka 8979d3afe3
gh-135171: Update documentation for the generator expression (GH-135351)
* gh-135171: Update documentation for the generator expression

Document that the iterator for the leftmost "for" clause is created
immediately.

* Update Doc/reference/expressions.rst

Co-authored-by: Brian Skinn <brian.skinn@gmail.com>

---------

Co-authored-by: Brian Skinn <brian.skinn@gmail.com>
2025-06-14 17:32:44 -07:00
..
compound_stmts.rst gh-134026: Fix grammar description of for statement (GH-134034) 2025-05-21 16:09:28 +02:00
datamodel.rst gh-119180: Updates to PEP 649/749 docs (#134640) 2025-05-26 08:35:04 -07:00
executionmodel.rst gh-70870: Clarify dual usage of 'free variable' (#122545) 2024-10-08 07:52:12 +00:00
expressions.rst gh-135171: Update documentation for the generator expression (GH-135351) 2025-06-14 17:32:44 -07:00
grammar.rst gh-127833: Reword and expand the Notation section (GH-134443) 2025-06-09 15:50:11 +02:00
import.rst Doc: update term "namespace package" (#129251) 2025-02-14 13:47:54 -05:00
index.rst
introduction.rst gh-127833: Reword and expand the Notation section (GH-134443) 2025-06-09 15:50:11 +02:00
lexical_analysis.rst gh-134675: Add t-string prefixes to tokenizer module, lexical analysis doc, and add a test to make sure we catch this error in the future. (#134734) 2025-05-26 13:49:39 -04:00
simple_stmts.rst Docs: Miscellaneous corrections to simple statements in the language reference (GH-126720) 2024-11-15 13:02:34 -08:00
toplevel_components.rst gh-130587: Add hand-written docs for non-OP tokens (GH-130588) 2025-03-19 16:42:11 +01:00