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.
Created on 2014年04月16日 16:44 by orsenthil, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 11443 | merged | epicfaace, 2019年01月06日 02:07 | |
| PR 11443 | merged | epicfaace, 2019年01月06日 02:07 | |
| PR 11443 | merged | epicfaace, 2019年01月06日 02:07 | |
| PR 11443 | merged | epicfaace, 2019年01月06日 02:07 | |
| Messages (9) | |||
|---|---|---|---|
| msg216494 - (view) | Author: Senthil Kumaran (orsenthil) * (Python committer) | Date: 2014年04月16日 16:44 | |
It is undocumented. While fixing a doc issue issue18229 for http.server I noticed that I referenced that function and when I looked up for the documentation, it was lacking. |
|||
| msg236014 - (view) | Author: Martin Panter (martin.panter) * (Python committer) | Date: 2015年02月15日 01:26 | |
See also Issue 23439, about updating __all__ (or not updating __all__, as it seems to be turning into) |
|||
| msg236183 - (view) | Author: Demian Brecht (demian.brecht) * (Python triager) | Date: 2015年02月18日 16:23 | |
Left a super minor comment in Rietveld, but otherwise LGTM. |
|||
| msg236227 - (view) | Author: Demian Brecht (demian.brecht) * (Python triager) | Date: 2015年02月19日 17:11 | |
Ignore my previous comment. It was intended for #23439. |
|||
| msg236235 - (view) | Author: Demian Brecht (demian.brecht) * (Python triager) | Date: 2015年02月19日 22:07 | |
And this really should likely now be closed as a duplicate of #23439. |
|||
| msg236271 - (view) | Author: Berker Peksag (berker.peksag) * (Python committer) | Date: 2015年02月20日 11:10 | |
This is a different issue than #23439. BaseHTTPRequestHandler.headers documentation mentions about parse_headers function, the function itself is not documented. See https://docs.python.org/3/library/http.server.html#http.server.BaseHTTPRequestHandler.headers |
|||
| msg236298 - (view) | Author: Demian Brecht (demian.brecht) * (Python triager) | Date: 2015年02月20日 15:40 | |
> On Feb 20, 2015, at 3:10 AM, Berker Peksag <report@bugs.python.org> wrote: > This is a different issue than #23439. BaseHTTPRequestHandler.headers documentation mentions about parse_headers function, the function itself is not documented. Not entirely sure what I was thinking here. I was under the impression that the docs for parse_headers had been added in the linked issue. Thanks for pointing that out. |
|||
| msg333983 - (view) | Author: Brian Curtin (brian.curtin) * (Python committer) | Date: 2019年01月18日 15:49 | |
New changeset 478f8291327a3e3ab17b5857699565df43a9e952 by Brian Curtin (Ashwin Ramaswami) in branch 'master': bpo-21257: document http.client.parse_headers (GH-11443) https://github.com/python/cpython/commit/478f8291327a3e3ab17b5857699565df43a9e952 |
|||
| msg378277 - (view) | Author: Irit Katriel (iritkatriel) * (Python committer) | Date: 2020年10月08日 19:04 | |
This seems complete. Can it be closed? |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:02 | admin | set | github: 65456 |
| 2020年10月20日 10:21:34 | iritkatriel | set | keywords:
patch, patch, patch, patch, easy status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2020年10月08日 19:04:28 | iritkatriel | set | nosy:
+ iritkatriel messages: + msg378277 |
| 2019年01月18日 15:49:20 | brian.curtin | set | nosy:
+ brian.curtin messages: + msg333983 |
| 2019年01月06日 02:07:19 | epicfaace | set | keywords:
+ patch stage: needs patch -> patch review pull_requests: + pull_request10891 |
| 2019年01月06日 02:07:14 | epicfaace | set | keywords:
+ patch stage: needs patch -> needs patch pull_requests: + pull_request10890 |
| 2019年01月06日 02:07:08 | epicfaace | set | keywords:
+ patch stage: needs patch -> needs patch pull_requests: + pull_request10889 |
| 2019年01月06日 02:07:01 | epicfaace | set | keywords:
+ patch stage: needs patch -> needs patch pull_requests: + pull_request10888 |
| 2015年02月20日 15:40:11 | demian.brecht | set | messages: + msg236298 |
| 2015年02月20日 11:10:04 | berker.peksag | set | type: behavior -> enhancement components: + Documentation versions: + Python 3.5, - Python 3.3 keywords: + easy nosy: + berker.peksag messages: + msg236271 stage: needs patch |
| 2015年02月19日 22:07:41 | demian.brecht | set | messages: + msg236235 |
| 2015年02月19日 17:11:33 | demian.brecht | set | messages: + msg236227 |
| 2015年02月18日 16:23:26 | demian.brecht | set | messages: + msg236183 |
| 2015年02月16日 19:01:59 | demian.brecht | set | nosy:
+ demian.brecht |
| 2015年02月15日 01:26:33 | martin.panter | set | messages: + msg236014 |
| 2014年04月18日 01:34:05 | martin.panter | set | nosy:
+ martin.panter |
| 2014年04月16日 16:44:59 | orsenthil | create | |