[New-bugs-announce] [issue3429] urllib.urlopen() return type

ThomasH report at bugs.python.org
Tue Jul 22 19:17:09 CEST 2008


New submission from ThomasH <thomas.bugzilla at gmx.net>:

The file-like object returned by urllib.urlopen() should be documented
like a proper class. The textual description under the urlopen() method
is less approachable and breaks the usual format of a class documentation.

Maybe the return type should be changed to be a httplib.HTTPResponse
object (but that's a separate issue).

----------
assignee: georg.brandl
components: Documentation
messages: 70156
nosy: ThomasH, georg.brandl
severity: normal
status: open
title: urllib.urlopen() return type
type: feature request
versions: Python 2.5

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


More information about the New-bugs-announce mailing list