dadadel / pyment

Format and convert Python docstrings and generates patches
GNU General Public License v3.0
905 stars 62 forks source link

Use with-statement to avoid leaking file-descriptors. #6

Closed eventh closed 10 years ago

eventh commented 10 years ago

Open files in context managers so that file-descriptors are automatically closed if any exceptions should occur.

I also removed some extraneous white-space etc.

dadadel commented 10 years ago

This seems ok! Thanks for your contribution!