| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
Sorry, something went wrong.
Sorry, something went wrong.
Co-authored-by: Éric <merwok@netwok.org>
…3112.XgGSEO.rst Co-authored-by: Éric <merwok@netwok.org>
|
I visually verified both the issue and the fix. |
Sorry, something went wrong.
|
@merwok Failures because 'cmd' is not a known role. I removed it. |
Sorry, something went wrong.
|
Ah it’s program not cmd! |
Sorry, something went wrong.
|
Thanks @bwagner for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry, something went wrong.
|
GH-103119 is a backport of this pull request to the 3.11 branch. |
Sorry, something went wrong.
|
GH-103120 is a backport of this pull request to the 3.10 branch. |
Sorry, something went wrong.
…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>
| Back | FazBrowse Home | New Git URL |
pydoc http.client.HTTPResponse.read
results in help text:
http.client.HTTPResponse.read = read(self, amt=None) Read and return up to n bytes.The parameter is called “amt” but the help text refers to “n”.
Issue 103112
Discussion