summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-03-29 22:30:27 (GMT)
committerGitHub <noreply@github.com>2023-03-29 22:30:27 (GMT)
commit3a27be79527368804c3a1c19c5bbe07a8e8ce41e (patch)
treea57514d9bb78e2561e70ab79df2a44513c0f9f29 /Misc/NEWS.d
parent4abf1f1e3fe91f905faa6dd269c7a9aefea2a5a8 (diff)
downloadcpython-3a27be79527368804c3a1c19c5bbe07a8e8ce41e.zip
cpython-3a27be79527368804c3a1c19c5bbe07a8e8ce41e.tar.gz
cpython-3a27be79527368804c3a1c19c5bbe07a8e8ce41e.tar.bz2
[3.10] gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (GH-103113) (#103120)
(cherry picked from commit d052a383f1a0c599c176a12c73a761ca00436d8b) Co-authored-by: Bernhard Wagner <github.comNotification20120125@xmlizer.net> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Éric <merwok@netwok.org>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Documentation/2023-03-29-14-51-39.gh-issue-103112.XgGSEO.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2023-03-29-14-51-39.gh-issue-103112.XgGSEO.rst b/Misc/NEWS.d/next/Documentation/2023-03-29-14-51-39.gh-issue-103112.XgGSEO.rst
new file mode 100644
index 0000000..babc815
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2023-03-29-14-51-39.gh-issue-103112.XgGSEO.rst
@@ -0,0 +1 @@
+Add docstring to :meth:`http.client.HTTPResponse.read` to fix ``pydoc`` output.