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


Trivial merge