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?
|
feedback
|