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 eric.araujo
Recipients adam.woodbeck, docs@python, eric.araujo, pitrou, teamnoir
Date 2011-06-07.17:25:52
SpamBayes Score 0.00048743584
Marked as misclassified No
Message-id <1307467553.29.0.778072772368.issue11203@psf.upfronthosting.co.za>
In-reply-to
Content
In 2.7, while there is no index-generating entry for the close method, it is mentioned: “Calling a GzipFile object’s close() method [...]”.

> Yes, I concur that there is an implication, but I would prefer to see
> it stated explicitly along with the explicit statement that it
> supports an open call.

I wouldn’t like to see the docs for int, float, complex, Decimal, Fraction, GzipFile, BZ2File, BytesIO, StringIO and all others having duplicated lists of methods and attributes that are already documented in the doc of the ABC.
History
Date User Action Args
2011-06-07 17:25:53eric.araujosetrecipients: + eric.araujo, pitrou, docs@python, teamnoir, adam.woodbeck
2011-06-07 17:25:53eric.araujosetmessageid: <1307467553.29.0.778072772368.issue11203@psf.upfronthosting.co.za>
2011-06-07 17:25:52eric.araujolinkissue11203 messages
2011-06-07 17:25:52eric.araujocreate