From: Benjamin Peterson Date: Fri, 13 Nov 2009 22:56:00 +0000 (+0000) Subject: revert r76243; I was right, actually :) X-Git-Tag: v2.7a1~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fb77bd6f5088f8b18424a0019a3d5213abdfb80;p=python revert r76243; I was right, actually :) --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 7dc2a540ef..ddece5aabc 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -173,10 +173,10 @@ available. They are listed here in alphabetical order. .. note:: - When compiling a string with multi-line statements in ``'single'``, input - must be terminated by at least one newline character. This is to - facilitate detection of incomplete and complete statements in the - :mod:`code` module. + When compiling a string with multi-line statements in ``'single'`` or + ``'eval'`` mode, input must be terminated by at least one newline + character. This is to facilitate detection of incomplete and complete + statements in the :mod:`code` module. .. versionchanged:: 2.3 The *flags* and *dont_inherit* arguments were added.