
June 14, 2010
12:29 a.m.
I think that documentation should say that sqlite3's Connection.close() is called when the connection falls out of scope, in the same way that Python closes files when they fall out of scope. I tested this behavior using the 'lsof' command to see whether or not connections were open.