]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and naming...
authorErlend E. Aasland <erlend@python.org>
Wed, 17 Sep 2025 16:26:10 +0000 (17:26 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Sep 2025 16:26:10 +0000 (16:26 +0000)
commit5f84c1d192405e437d680d400146e78bcbaf6dbb
tree04f4d2922a348607d13e394fd8ba2d2160babfe8
parent3db6d82a4d589a758a119e1de5118ad2e4c9588c
[3.13] gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and naming (#138738) (#139063)

The 'row' parameter represents a ROWID. Clarify this in docs and docstrings.

(cherry picked from commit 8eb106240f5d70baeabd4ad137de6213dd8cfb30)

Co-authored-by: chiri <chirizxc@proton.me>
Doc/library/sqlite3.rst
Modules/_sqlite/clinic/connection.c.h
Modules/_sqlite/connection.c