According to the imp.load_module documentation, "The caller is responsible for closing the file argument." If I pass a file object returned from imp.find_module to imp.load_module, am I responsible for closing the file object?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

By reading the documentation I would say yes, you are.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.