summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-03-08 16:35:19 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-03-08 16:35:19 (GMT)
commit674e2d0ea05dac2dbcd7156ffb229066aa8acc17 (patch)
tree82e4a3cbcea14fe2284a6897acc60a2a18a554e2 /Doc
parent238fecd75cf79aa835d4e9e310be44a295698340 (diff)
parentcc2dbc5844929da1f89e3f548a8d1312b4f0ba0e (diff)
downloadcpython-674e2d0ea05dac2dbcd7156ffb229066aa8acc17.zip
cpython-674e2d0ea05dac2dbcd7156ffb229066aa8acc17.tar.gz
cpython-674e2d0ea05dac2dbcd7156ffb229066aa8acc17.tar.bz2
Issue #15068: Got rid of excessive buffering in fileinput.
The bufsize parameter is now deprecated and ignored.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/fileinput.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/Doc/library/fileinput.rst b/Doc/library/fileinput.rst
index ee06830..6ca4008 100644
--- a/Doc/library/fileinput.rst
+++ b/Doc/library/fileinput.rst
@@ -71,6 +71,8 @@ The following function is the primary interface of this module:
.. versionchanged:: 3.2
Can be used as a context manager.
+ .. deprecated-removed:: 3.6 3.8
+ The *bufsize* parameter.
The following functions use the global state created by :func:`fileinput.input`;
if there is no active state, :exc:`RuntimeError` is raised.
@@ -161,7 +163,10 @@ available for subclassing as well:
Can be used as a context manager.
.. deprecated:: 3.4
- The ``'rU'`` and ``'U'`` modes.
+ The ``'rU'`` and ``'U'`` modes.
+
+ .. deprecated-removed:: 3.6 3.8
+ The *bufsize* parameter.
**Optional in-place filtering:** if the keyword argument ``inplace=True`` is