[issue10461] Use with statement throughout the docs

SilentGhost report at bugs.python.org
Sat Nov 20 15:32:03 CET 2010


SilentGhost <michael.mischurow+bpo at gmail.com> added the comment:

patch for Doc/library/logging.rst

Also, note the the change of the mode from `'r'` to `'rb'`. `data_to_send` is further send through socket and therefore requires to be bytes.

I expressed my opinion in irc, but I can repeat here that I think only the most trivial code such as in Doc/library/pipes.rst isn't worth converting.

----------
Added file: http://bugs.python.org/file19672/logging.rst.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10461>
_______________________________________


More information about the Python-bugs-list mailing list