cpython/Doc/reference
Connor Denihan 0d76dccc3b
gh-135110: Fix misleading generator.close() documentation (GH-135152)
The documentation incorrectly stated that generator.close() 'raises' a
GeneratorExit exception. This was misleading because the method doesn't
raise the exception to the caller - it sends the exception internally
to the generator and returns None.
2025-06-26 09:27:25 -04:00
..
compound_stmts.rst
datamodel.rst gh-135676: lexical analysis: Improve section on Numeric literals (GH-134850) 2025-06-18 16:34:18 +02:00
executionmodel.rst
expressions.rst gh-135110: Fix misleading generator.close() documentation (GH-135152) 2025-06-26 09:27:25 -04:00
grammar.rst gh-127833: Reword and expand the Notation section (GH-134443) 2025-06-09 15:50:11 +02:00
import.rst
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-135676: lexical analysis: Improve section on Numeric literals (GH-134850) 2025-06-18 16:34:18 +02:00
simple_stmts.rst
toplevel_components.rst