]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-143866: Verify return value of `pathlib.write_{bytes,text}` methods in...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 19 Jan 2026 11:50:54 +0000 (12:50 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Jan 2026 11:50:54 +0000 (11:50 +0000)
commitea18782814d9d81cff6a66ddf3c056bacbf3bae7
treefaa682ee4d8b7b7a47c001a4e0649ab97e1254a9
parent2147d3fa2b25e390462e859abb4d791ce07496c7
[3.14] gh-143866: Verify return value of `pathlib.write_{bytes,text}` methods in tests (GH-143870) (#144029)

gh-143866: Verify return value of `pathlib.write_{bytes,text}` methods in tests (GH-143870)
(cherry picked from commit cb6a662bb0f7a9da9d4ba9dda820053f8d54a9f8)

Co-authored-by: b9788213 <b9788213@gmail.com>
Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/test/test_pathlib/test_write.py