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 terry.reedy
Recipients ThomasH, eric.araujo, ezio.melotti, orsenthil, terry.reedy
Date 2013-10-07.20:13:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381176799.75.0.346092465129.issue3430@psf.upfronthosting.co.za>
In-reply-to
Content
Docs are still as deficient in 3.3, and so I presume in 3.4.

Part of the discrepancy between the first two lists is that data attributes msg, version, status, and reason are instance-only attributes.

#19154 is (now) about improving fileno doc. That, some other methods, are missing doctrings, making help(method) useless.

A big change in 3.x is that HTTPResponse now subclasses io.RawIOBase and hence inherits or implements even more (undocumented) methods than listed here. I suppose they could be documented by reference to the base class, if that is the normal procedure when subclassing.
History
Date User Action Args
2013-10-07 20:13:19terry.reedysetrecipients: + terry.reedy, orsenthil, ezio.melotti, eric.araujo, ThomasH
2013-10-07 20:13:19terry.reedysetmessageid: <1381176799.75.0.346092465129.issue3430@psf.upfronthosting.co.za>
2013-10-07 20:13:19terry.reedylinkissue3430 messages
2013-10-07 20:13:19terry.reedycreate