]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110745: add a newline argument to pathlib.Path.read_text (#110880)
authorJunya Okabe <86868255+Okabe-Junya@users.noreply.github.com>
Tue, 21 Nov 2023 22:32:38 +0000 (07:32 +0900)
committerGitHub <noreply@github.com>
Tue, 21 Nov 2023 22:32:38 +0000 (22:32 +0000)
commit9d70831cb7127855a8bf83b585525f13cffb9f59
treec0fdcdc9515a5742c27ebab65ef377ecf37849ec
parentd857d5331a3326c77f867d837014d774841017a9
gh-110745: add a newline argument to pathlib.Path.read_text (#110880)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Barney Gale <barney.gale@gmail.com>
Doc/library/pathlib.rst
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Library/2023-10-15-08-08-26.gh-issue-110745.mxEkh0.rst [new file with mode: 0644]