[issue21228] Missing enumeration of HTTPResponse Objects methods of urllib.request.urlopen's http.client.HTTPResponse?

Evens Fortuné report at bugs.python.org
Tue Apr 15 02:08:03 CEST 2014


New submission from Evens Fortuné:

In the Python Library documentation, in section "21.6. urllib.request — Extensible library for opening URLs", in the description of the urllib.request.urlopen() function it is writen:

---------

[…]
For http and https urls, this function returns a http.client.HTTPResponse object which has the following HTTPResponse Objects methods.

For ftp, file, and data urls and requests explicity handled by legacy […]

---------

The first sentence seemed to imply that something is supposed to be specified if I understand correctly. Is it me missing something ?

----------
assignee: docs at python
components: Documentation
messages: 216254
nosy: EvensF, docs at python
priority: normal
severity: normal
status: open
title: Missing enumeration of HTTPResponse Objects methods of urllib.request.urlopen's http.client.HTTPResponse?
type: enhancement
versions: Python 3.2, Python 3.3, Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21228>
_______________________________________


More information about the Python-bugs-list mailing list