This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Remove a duplicate comment and assignment in http.client
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.10, Python 3.9, Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: orsenthil Nosy List: maggyero, miss-islington, orsenthil
Priority: normal Keywords: patch

Created on 2021-03-12 10:48 by maggyero, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 24827 merged maggyero, 2021-03-12 10:48
PR 24839 merged miss-islington, 2021-03-13 12:23
PR 24840 merged miss-islington, 2021-03-13 12:23
Messages (1)
msg388538 - (view) Author: Géry (maggyero) * Date: 2021-03-12 10:48
Remove a duplicate comment and assignment following the usage of a name already assigned in the http.client standard library.
History
Date User Action Args
2022-04-11 14:59:42adminsetgithub: 87645
2021-03-13 13:19:53orsenthilsetstage: resolved
2021-03-13 13:19:46orsenthilsetstage: resolved -> (no value)
2021-03-13 13:14:45orsenthilsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-03-13 12:23:44miss-islingtonsetpull_requests: + pull_request23605
2021-03-13 12:23:33miss-islingtonsetkeywords: + patch
nosy: + miss-islington

pull_requests: + pull_request23604
stage: patch review
2021-03-13 12:22:26orsenthilsetassignee: orsenthil

nosy: + orsenthil
versions: - Python 3.6, Python 3.7
2021-03-12 10:48:33maggyerocreate