FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-104924: Fix `read()able` in `http.client` log messages by arhadthedev · Pull Request #104926 · python/cpython · GitHub

/ cpython Public

gh-104924: Fix read()able in http.client log messages - #104926

Merged
corona10 merged 2 commits into
python:mainfrom
arhadthedev:http-read-able
May 26, 2023
Merged

gh-104924: Fix read()able in http.client log messages#104926
corona10 merged 2 commits into
python:mainfrom
arhadthedev:http-read-able

Conversation

arhadthedev commented May 25, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

gaogaotiantian left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I think sendIng is an obvious typo. On line 1057, from some brief reading, it's not "sending" a readable, but "reading" from a readable(as indicated by the function name).

Comment thread Lib/http/client.py Outdated
Comment thread Lib/http/client.py Outdated
Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>

Copy link
Copy Markdown

I have looked for any related typo with “Ing the read()”. I know PyCharm can make funny replacements but I still haven’t found where this would come from.

corona10 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

Copy link
Copy Markdown
Contributor

Thanks @arhadthedev for the PR, and @corona10 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 26, 2023
…ongh-104926)

(cherry picked from commit 6c81d75)

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>

Copy link
Copy Markdown

GH-104970 is a backport of this pull request to the 3.12 branch.

bedevere-bot removed the needs backport to 3.12 only security fixes label May 26, 2023

Copy link
Copy Markdown

GH-104971 is a backport of this pull request to the 3.11 branch.

bedevere-bot removed the needs backport to 3.11 only security fixes label May 26, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 26, 2023
…ongh-104926)

(cherry picked from commit 6c81d75)

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
arhadthedev deleted the http-read-able branch May 26, 2023 11:53
corona10 pushed a commit that referenced this pull request May 26, 2023
…104926) (gh-104971)

gh-104924: Fix `read()able` in `http.client` log messages (gh-104926)
(cherry picked from commit 6c81d75)

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
corona10 pushed a commit that referenced this pull request May 26, 2023
…104926) (gh-104970)

gh-104924: Fix `read()able` in `http.client` log messages (gh-104926)
(cherry picked from commit 6c81d75)

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL