You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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