[docs] [issue10461] Use with statement throughout the docs

Eli Bendersky report at bugs.python.org
Sat Nov 20 15:08:17 CET 2010


Eli Bendersky <eliben at gmail.com> added the comment:

SilentGhost,

Your patches look fine. I have a doubt re collections.rst, however - about the Python prompt. The same issue is in faq/library.rst and I didn't want to touch it because I thought that on the prompt personally I probably wouldn't use 'with' - why write 2 lines when you can write 1? After all, it's just playing on the prompt - I don't care about safe closing of the file, etc.

----------

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


More information about the docs mailing list