]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 24 Jul 2022 03:05:10 +0000 (20:05 -0700)
committerGitHub <noreply@github.com>
Sun, 24 Jul 2022 03:05:10 +0000 (20:05 -0700)
commit22f06d6ce344ba80f2213fbe12fe951ca77cab4e
tree570a7b688d7150d242159d6a55576e13696dd45a
parente8edbda8972e83c86db1cb5b51ba9002c4923b6e
gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)

(cherry picked from commit 5c7f3bcdafedd60a385e8ca5403bc6b0b7a862b3)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Lib/fileinput.py
Lib/test/test_fileinput.py
Misc/NEWS.d/next/Library/2022-07-22-17-19-57.gh-issue-93157.RXByAk.rst [new file with mode: 0644]