]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
sqlite3: Fix documentation errors concerning Cursor.rowcount
authorPetri Lehtinen <petri@digip.org>
Thu, 16 Feb 2012 19:39:03 +0000 (21:39 +0200)
committerPetri Lehtinen <petri@digip.org>
Thu, 16 Feb 2012 19:39:03 +0000 (21:39 +0200)
commitb3890226b33f86d485dccac309d442b15e766270
tree4d4afc7e5b53d7c76fe420dc6974d0eb538c64a8
parentf670ca5e70962cf7fbc5b1c5758fb70d9c2e0e00
sqlite3: Fix documentation errors concerning Cursor.rowcount

Closes #13995.
Doc/includes/sqlite3/shortcut_methods.py
Doc/library/sqlite3.rst
Misc/NEWS