[Python-checkins] cpython (3.2): Fixed trailing whitespace in the ReST file.
lukasz.langa
python-checkins at python.org
Wed Apr 27 18:14:37 CEST 2011
http://hg.python.org/cpython/rev/ace8e8a0e3dc
changeset: 69633:ace8e8a0e3dc
branch: 3.2
parent: 69631:6f937d6369b6
user: Łukasz Langa <lukasz at langa.pl>
date: Wed Apr 27 18:13:42 2011 +0200
summary:
Fixed trailing whitespace in the ReST file.
files:
Doc/library/configparser.rst | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
--- a/Doc/library/configparser.rst
+++ b/Doc/library/configparser.rst
@@ -982,10 +982,10 @@
*source*; the default is ``'<???>'``.
.. versionadded:: 3.2
- Replaces :meth:`readfp`.
-
+ Replaces :meth:`readfp`.
+
.. note::
-
+
Prior to Python 3.2, :meth:`readfp` consumed lines from the file-like
argument by calling its :meth:`~file.readline` method. For existing code
calling :meth:`readfp` with arguments which don't support iteration,
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list