summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJunya Okabe <86868255+Okabe-Junya@users.noreply.github.com>2023-11-21 22:32:38 (GMT)
committerGitHub <noreply@github.com>2023-11-21 22:32:38 (GMT)
commit9d70831cb7127855a8bf83b585525f13cffb9f59 (patch)
treec0fdcdc9515a5742c27ebab65ef377ecf37849ec /Misc
parentd857d5331a3326c77f867d837014d774841017a9 (diff)
downloadcpython-9d70831cb7127855a8bf83b585525f13cffb9f59.zip
cpython-9d70831cb7127855a8bf83b585525f13cffb9f59.tar.gz
cpython-9d70831cb7127855a8bf83b585525f13cffb9f59.tar.bz2
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>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-10-15-08-08-26.gh-issue-110745.mxEkh0.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-10-15-08-08-26.gh-issue-110745.mxEkh0.rst b/Misc/NEWS.d/next/Library/2023-10-15-08-08-26.gh-issue-110745.mxEkh0.rst
new file mode 100644
index 0000000..b99f968
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-10-15-08-08-26.gh-issue-110745.mxEkh0.rst
@@ -0,0 +1,2 @@
+Added *newline* parameter to :meth:`pathlib.Path.read_text`.
+Patch by Junya Okabe.