]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Document sqlite3.Cursor.close()
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 27 Mar 2016 18:51:02 +0000 (21:51 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 27 Mar 2016 18:51:02 +0000 (21:51 +0300)
commitf70fe6f6cfde596264ed6fdd626b8c2964443f3e
treecdda74cef7bf88623e6e3620d364111752897868
parent557a06309c212d0218191253afe020df01133c1f
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.
Doc/library/sqlite3.rst