[issue8602] documentation of bz2 module mildly erroneous

2010-08-01 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Now present in all maintained branches. -- nosy: +georg.brandl resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8602

[issue8602] documentation of bz2 module mildly erroneous

2010-06-13 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I’d remove the lines “Specifically it does not define the :meth:`__enter__` and :meth:`__exit__` methods required by the :keyword:`with` statement”, since they add unnecessary length to a simple note. Please provide one patch per branch, and

[issue8602] documentation of bz2 module mildly erroneous

2010-06-13 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Also, don’t bother with 3.0: It is not supported by python-dev anymore. Make documentation patches for py3k and trunk, and they’ll be backported to the stable branches 3.1 and 2.6. -- ___ Python

[issue8602] documentation of bz2 module mildly erroneous

2010-05-07 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Now that #8601 is closed, would you mind providing a doc patch explaining the lack of context manager protocol support and its reason? -- nosy: +merwok ___ Python tracker rep...@bugs.python.org

[issue8602] documentation of bz2 module mildly erroneous

2010-05-07 Thread Matt Wartell
Matt Wartell matt.wartell...@gmail.com added the comment: Per request, I have attached a context diff for both bz2.txt and 3.0.txt suitable for http://docs.python.org/library/bz2.html and http://docs.python.org/release/3.0.1/whatsnew/3.0.html respectively. The modification in bz2.txt may

[issue8602] documentation of bz2 module mildly erroneous

2010-05-03 Thread Matt Wartell
New submission from Matt Wartell matt.wartell...@gmail.com: This is related to http://bugs.python.org/issue8601 bz2.BZ2File should support with protocol per PEP 343 The documentation at http://docs.python.org/library/bz2.html states: This module provides a comprehensive interface for the