[issue14427] urllib.request.Request get_header and header_items not documented

2012-04-28 Thread Michal Nowikowski

Michal Nowikowski godf...@gmail.com added the comment:

Attached a patch that adds description of get_header and header_items methods 
in Doc/library/urllib.request.rst.

--
keywords: +patch
nosy: +godfryd
Added file: http://bugs.python.org/file25391/doc-urlib-request.patch

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



[issue14427] urllib.request.Request get_header and header_items not documented

2012-04-28 Thread Senthil Kumaran

Changes by Senthil Kumaran sent...@uthcode.com:


--
assignee: docs@python - orsenthil
nosy: +orsenthil

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



[issue14427] urllib.request.Request get_header and header_items not documented

2012-04-28 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset 6a9f100e138c by Senthil Kumaran in branch '3.2':
issue14427 - Document Request.get_header and Request.header_items
http://hg.python.org/cpython/rev/6a9f100e138c

New changeset 261de1701343 by Senthil Kumaran in branch 'default':
issue14427 - Document Request.get_header and Request.header_items
http://hg.python.org/cpython/rev/261de1701343

New changeset 9a1f525b98d9 by Senthil Kumaran in branch '2.7':
issue14427 - Document Request.get_header and Request.header_items
http://hg.python.org/cpython/rev/9a1f525b98d9

--
nosy: +python-dev

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



[issue14427] urllib.request.Request get_header and header_items not documented

2012-04-28 Thread Senthil Kumaran

Senthil Kumaran sent...@uthcode.com added the comment:

Just documented it. Surprising that it was not already! :(

--
resolution:  - fixed
stage:  - committed/rejected
status: open - closed

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



[issue14427] urllib.request.Request get_header and header_items not documented

2012-03-27 Thread R. David Murray

New submission from R. David Murray rdmur...@bitdance.com:

These appear from the source to be public methods (and I certainly want to be 
able to use get_header), but they aren't documented.

--
assignee: docs@python
components: Documentation
messages: 156953
nosy: docs@python, r.david.murray
priority: normal
severity: normal
status: open
title: urllib.request.Request get_header and header_items not documented
type: behavior
versions: Python 3.2, Python 3.3

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