]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149611: Explain return values for `Path.write_text()` and `Path.write_bytes()...
authorOmkar Kabde <omkarkabde@gmail.com>
Sun, 10 May 2026 17:41:37 +0000 (23:11 +0530)
committerGitHub <noreply@github.com>
Sun, 10 May 2026 17:41:37 +0000 (17:41 +0000)
commita8e3247206e5b9e50284565ccaef659097a96a88
tree632628103aec7c04cd6125d269017aba3f267d7d
parent24b8f12544468e4cedf5bfbe25442fcd495391e4
gh-149611: Explain return values for `Path.write_text()` and `Path.write_bytes()` (#149629)

specify return explanation

Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
Doc/library/pathlib.rst
Lib/pathlib/__init__.py
Lib/pathlib/types.py