-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-43479: Remove a duplicate comment and assignment in http.client #24827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:-) wow, for 12 years.
Thanks @maggyero for the PR, and @orsenthil for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Thanks @maggyero for the PR, and @orsenthil for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
(cherry picked from commit b6884ad) Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
GH-24839 is a backport of this pull request to the 3.9 branch. |
(cherry picked from commit b6884ad) Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
GH-24840 is a backport of this pull request to the 3.8 branch. |
(cherry picked from commit b6884ad) Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
(cherry picked from commit b6884ad) Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
Thank you @orsenthil! |
Remove a duplicate comment and assignment in the
http.client
standard library.https://bugs.python.org/issue43479