From: Andrew M. Kuchling Date: Thu, 10 Apr 2008 21:27:10 +0000 (+0000) Subject: Remove forward-looking statement X-Git-Tag: v2.6a3~222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3351e4142c386a4dc2fd03b693f78d101f66d1a6;p=python Remove forward-looking statement --- diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 088e9fc5ca..e5028ab9a7 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -501,9 +501,9 @@ clauses to execute. .. note:: - In Python 2.2, the :keyword:`yield` statement is only allowed when the - ``generators`` feature has been enabled. It will always be enabled in Python - 2.3. This ``__future__`` import statement can be used to enable the feature:: + In Python 2.2, the :keyword:`yield` statement was only allowed when the + ``generators`` feature has been enabled. This ``__future__`` + import statement was used to enable the feature:: from __future__ import generators