]> 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:02:40 +0000 (20:02 -0700)
committerGitHub <noreply@github.com>
Sun, 24 Jul 2022 03:02:40 +0000 (20:02 -0700)
commit4a682b4f1ae3c32d0abd874cda4d2419398f4469
treebca419839b50ddc8f37888d77d532fc7e0c7a83c
parente71e6e2ce5dcb88125ddb83c09af1b906611108b
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]