While reviewing the pathlib test suite in Lib/test/test_pathlib.py, I noticed that the return values of write_text() and write_bytes() are not being validated. Currently, they do not check if the methods correctly return the number of bytes written. I'm interested in fixing this. May I be assigned to this issue?
Linked PRs
While reviewing the pathlib test suite in Lib/test/test_pathlib.py, I noticed that the return values of
write_text()andwrite_bytes()are not being validated. Currently, they do not check if the methods correctly return the number of bytes written. I'm interested in fixing this. May I be assigned to this issue?Linked PRs
pathlib.write_{bytes,text}methods in tests (GH-143870) #144029pathlib.write_{bytes,text}methods in tests (GH-143870) #144078