[docs] [issue10461] Use with statement throughout the docs
Raymond Hettinger
report at bugs.python.org
Mon Nov 22 07:41:47 CET 2010
Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:
> I’m not 100% sure I should change 'r' to 'rb' in logging:
> It’s unrelated to with, and the rest of the file
> has not been checked for similar errors.
Good catch. This should only be a with-statement transformation. I caught other accidental semantic changes, so be continue to exercise care.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10461>
_______________________________________
More information about the docs
mailing list