]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)
authorInada Naoki <songofacandy@gmail.com>
Sun, 24 Jul 2022 02:42:11 +0000 (11:42 +0900)
committerGitHub <noreply@github.com>
Sun, 24 Jul 2022 02:42:11 +0000 (11:42 +0900)
commit5c7f3bcdafedd60a385e8ca5403bc6b0b7a862b3
tree20edad2c555adf96dbf4350a3cc88f9742b667e4
parenta2fbc511985f77c16c0f4a6fc6d3da9ab81a86b7
gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)
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]