diff -r 466cbfb3c0c6 Doc/reference/simple_stmts.rst --- a/Doc/reference/simple_stmts.rst Fri Nov 02 07:34:37 2012 +0100 +++ b/Doc/reference/simple_stmts.rst Fri Nov 02 12:28:07 2012 +0100 @@ -511,6 +511,9 @@ :meth:`close` method will be called, allowing any pending :keyword:`finally` clauses to execute. +For full details of :keyword:`yield` semantics, refer to the :ref:`yieldexpr` +section. + .. note:: In Python 2.2, the :keyword:`yield` statement was only allowed when the