[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--
nosy: +brian.curtin

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

--
components: +Documentation
keywords: +easy
nosy: +berker.peksag
stage:  - needs patch
type: behavior - enhancement
versions: +Python 3.5 -Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21257
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 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.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21257
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
severity: normal
status: open
title: Document parse_headers function of http.client
type: behavior
versions: Python 3.3, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21257
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com