]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43712 : fileinput: Add encoding parameter (GH-25272)
authorInada Naoki <songofacandy@gmail.com>
Wed, 14 Apr 2021 05:12:58 +0000 (14:12 +0900)
committerGitHub <noreply@github.com>
Wed, 14 Apr 2021 05:12:58 +0000 (14:12 +0900)
commit333d10cbb53dd5f28d76f659a49bf0735f8509d8
treeddc1e42d033ce82d4f8b29fd281eb6754ea85d2b
parent133705b85cc25d1e6684d32f8943ca288fadfda0
bpo-43712 : fileinput: Add encoding parameter (GH-25272)
Doc/library/fileinput.rst
Doc/whatsnew/3.10.rst
Lib/fileinput.py
Lib/test/test_fileinput.py
Misc/ACKS
Misc/NEWS.d/next/Library/2021-04-08-12-25-08.bpo-43712.f8WXCX.rst [new file with mode: 0644]