]> granicus.if.org Git - python/commit
bpo-36952: Remove the bufsize parameter in fileinput.input(). (GH-13400)
authorMatthias Bussonnier <mbussonnier@ucmerced.edu>
Mon, 20 May 2019 20:44:11 +0000 (13:44 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 May 2019 20:44:11 +0000 (23:44 +0300)
commit1a3faf9d9740a8c7505c61839ef09929a7ff9e35
treebdd3def7859b69fa221e5350842801dd381fdf5c
parent4011d865d0572a3dd9988f2935cd835cc8fb792a
bpo-36952: Remove the bufsize parameter in fileinput.input(). (GH-13400)

This parameter is marked as deprecated since 3.6 and for removal in 3.8.
It already had no effects.
Doc/library/fileinput.rst
Doc/whatsnew/3.8.rst
Lib/fileinput.py
Lib/test/test_fileinput.py
Misc/NEWS.d/next/Library/2019-05-20-11-01-28.bpo-36952.MgZi7-.rst [new file with mode: 0644]