New submission from K Richard Pixley <r...@noir.com>:

The documentation for gzip should include the "close" method.

It's use in the 2.7 documentation implies it's existence but it should also be 
stated explicitly that it exists.

In the 3.x documentation, the use of "close" not in the examples since the 
examples use context manager.  For 3.x documentation there should be both an 
explicit mention of the "close" method as well as an explicit mention that 
GzipFile supports the context manager protocol.

Yes, the use of the context manager in the examples implies that this is true 
but documentation on other modules states so explicitly so this module should 
too.

----------
assignee: docs@python
components: Documentation
messages: 128460
nosy: docs@python, teamnoir
priority: normal
severity: normal
status: open
title: gzip doc is behind
type: feature request
versions: Python 2.7, Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11203>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to