Uh oh!
There was an error while loading. Please reload this page.
gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output - #103113
Conversation
bedevere-bot
commented
Mar 29, 2023
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Éric <merwok@netwok.org>
…3112.XgGSEO.rst Co-authored-by: Éric <merwok@netwok.org>
terryjreedy
commented
Mar 29, 2023
I visually verified both the issue and the fix. |
Uh oh!
There was an error while loading. Please reload this page.
terryjreedy
commented
Mar 29, 2023
@merwok Failures because 'cmd' is not a known role. I removed it. |
merwok
commented
Mar 29, 2023
Ah it’s |
miss-islington
commented
Mar 29, 2023
Thanks @bwagner for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
bedevere-bot
commented
Mar 29, 2023
GH-103119 is a backport of this pull request to the 3.11 branch. |
bedevere-bot
commented
Mar 29, 2023
GH-103120 is a backport of this pull request to the 3.10 branch. |
…pydoc output (pythonGH-103113) (cherry picked from commit d052a38) 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>
…pydoc output (pythonGH-103113) (cherry picked from commit d052a38) 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>
… pydoc output (GH-103113) (#103119) (cherry picked from commit d052a38) 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>
… pydoc output (GH-103113) (#103120) (cherry picked from commit d052a38) 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>
…pydoc output (python#103113) 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>
pydoc http.client.HTTPResponse.readresults in help text:
The parameter is called “amt” but the help text refers to “n”.
Issue 103112
Discussion