[Python-checkins] r76243 - python/trunk/Doc/library/functions.rst
benjamin.peterson
python-checkins at python.org
Fri Nov 13 23:17:18 CET 2009
Author: benjamin.peterson
Date: Fri Nov 13 23:17:17 2009
New Revision: 76243
Log:
never mind about eval mode in this case
Modified:
python/trunk/Doc/library/functions.rst
Modified: python/trunk/Doc/library/functions.rst
==============================================================================
--- python/trunk/Doc/library/functions.rst (original)
+++ python/trunk/Doc/library/functions.rst Fri Nov 13 23:17:17 2009
@@ -173,10 +173,10 @@
.. note::
- 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.
+ 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.
.. versionchanged:: 2.3
The *flags* and *dont_inherit* arguments were added.
More information about the Python-checkins
mailing list