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.

Author EvensF
Recipients EvensF, docs@python
Date 2014-04-15.00:08:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397520483.48.0.224250148615.issue21228@psf.upfronthosting.co.za>
In-reply-to
Content
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 ?
History
Date User Action Args
2014-04-15 00:08:03EvensFsetrecipients: + EvensF, docs@python
2014-04-15 00:08:03EvensFsetmessageid: <1397520483.48.0.224250148615.issue21228@psf.upfronthosting.co.za>
2014-04-15 00:08:03EvensFlinkissue21228 messages
2014-04-15 00:08:03EvensFcreate