From: Berker Peksag Date: Sun, 27 Mar 2016 18:51:22 +0000 (+0300) Subject: Document sqlite3.Cursor.close() X-Git-Tag: v3.6.0a1~313 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b61b0f13b5b88f500d3be053a5e25fc167fd6ebd;p=thirdparty%2FPython%2Fcpython.git Document sqlite3.Cursor.close() The behaviour of the close method is tested by ClosedCurTests in Lib/sqlite3/test/dbapi.py. This is basically a backport of https://github.com/ghaering/pysqlite/issues/73. --- b61b0f13b5b88f500d3be053a5e25fc167fd6ebd