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 ThomasH
Recipients ThomasH, georg.brandl
Date 2008-07-22.17:17:08
SpamBayes Score 0.047125135
Marked as misclassified No
Message-id <1216747029.56.0.0682740128013.issue3429@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2008-07-22 17:17:09ThomasHsetspambayes_score: 0.0471251 -> 0.047125135
recipients: + ThomasH, georg.brandl
2008-07-22 17:17:09ThomasHsetspambayes_score: 0.0471251 -> 0.0471251
messageid: <1216747029.56.0.0682740128013.issue3429@psf.upfronthosting.co.za>
2008-07-22 17:17:08ThomasHlinkissue3429 messages
2008-07-22 17:17:08ThomasHcreate