[issue21257] Document parse_headers function of http.client

2020-10-20 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue21257] Document parse_headers function of http.client

2020-10-08 Thread Irit Katriel
Irit Katriel added the comment: This seems complete. Can it be closed? -- nosy: +iritkatriel ___ Python tracker ___ ___

[issue21257] Document parse_headers function of http.client

2019-01-18 Thread Brian Curtin
Brian Curtin added the comment: 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

[issue21257] Document parse_headers function of http.client

2019-01-05 Thread Ashwin Ramaswami
Change by Ashwin Ramaswami : -- keywords: +patch, patch, patch, patch pull_requests: +10888, 10889, 10890, 10891 stage: needs patch -> patch review ___ Python tracker ___

[issue21257] Document parse_headers function of http.client

2019-01-05 Thread Ashwin Ramaswami
Change by Ashwin Ramaswami : -- keywords: +patch, patch pull_requests: +10888, 10889 stage: needs patch -> patch review ___ Python tracker ___

[issue21257] Document parse_headers function of http.client

2019-01-05 Thread Ashwin Ramaswami
Change by Ashwin Ramaswami : -- keywords: +patch, patch, patch pull_requests: +10888, 10889, 10890 stage: needs patch -> patch review ___ Python tracker ___

[issue21257] Document parse_headers function of http.client

2019-01-05 Thread Ashwin Ramaswami
Change by Ashwin Ramaswami : -- keywords: +patch pull_requests: +10888 stage: needs patch -> patch review ___ Python tracker ___

[issue21257] Document parse_headers function of http.client

2015-02-20 Thread Berker Peksag
Berker Peksag added the comment: 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

[issue21257] Document parse_headers function of http.client

2015-02-20 Thread Demian Brecht
Demian Brecht added the comment: On Feb 20, 2015, at 3:10 AM, Berker Peksag rep...@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

[issue21257] Document parse_headers function of http.client

2015-02-19 Thread Demian Brecht
Demian Brecht added the comment: And this really should likely now be closed as a duplicate of #23439. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21257 ___

[issue21257] Document parse_headers function of http.client

2015-02-19 Thread Demian Brecht
Demian Brecht added the comment: Ignore my previous comment. It was intended for #23439. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21257 ___

[issue21257] Document parse_headers function of http.client

2015-02-18 Thread Demian Brecht
Demian Brecht added the comment: Left a super minor comment in Rietveld, but otherwise LGTM. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21257 ___

[issue21257] Document parse_headers function of http.client

2015-02-16 Thread Demian Brecht
Changes by Demian Brecht demianbre...@gmail.com: -- nosy: +demian.brecht ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21257 ___ ___

[issue21257] Document parse_headers function of http.client

2015-02-14 Thread Martin Panter
Martin Panter added the comment: See also Issue 23439, about updating __all__ (or not updating __all__, as it seems to be turning into) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21257

[issue21257] Document parse_headers function of http.client

2014-04-17 Thread Martin Panter
Changes by Martin Panter vadmium...@gmail.com: -- nosy: +vadmium ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21257 ___ ___ Python-bugs-list

[issue21257] Document parse_headers function of http.client

2014-04-16 Thread Senthil Kumaran
New submission from Senthil Kumaran: 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. -- assignee: orsenthil messages: 216494 nosy: orsenthil priority: normal