Thanks. What is the purpose of contextlib. If I just use `cur = conn.cursor()`, what problems it will cause?
> with contextlib.closing(conn.cursor()) as cur: -- Regards, Peng _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

