Doc: Point to Simple statements section instead of PEP (GH-8238)

This commit is contained in:
Andrés Delfino 2018-07-11 06:44:06 -03:00 committed by INADA Naoki
parent 09b2bece78
commit 33aefad342

View file

@ -241,8 +241,8 @@ are always available. They are listed here in alphabetical order.
interactive statement (in the latter case, expression statements that interactive statement (in the latter case, expression statements that
evaluate to something other than ``None`` will be printed). evaluate to something other than ``None`` will be printed).
The optional arguments *flags* and *dont_inherit* control which future The optional arguments *flags* and *dont_inherit* control which :ref:`future
statements (see :pep:`236`) affect the compilation of *source*. If neither statements <future>` affect the compilation of *source*. If neither
is present (or both are zero) the code is compiled with those future is present (or both are zero) the code is compiled with those future
statements that are in effect in the code that is calling :func:`compile`. If the statements that are in effect in the code that is calling :func:`compile`. If the
*flags* argument is given and *dont_inherit* is not (or is zero) then the *flags* argument is given and *dont_inherit* is not (or is zero) then the