]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-69093: Add indexing and slicing support to sqlite3.Blob (#91599)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Fri, 22 Apr 2022 01:45:16 +0000 (03:45 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Apr 2022 01:45:16 +0000 (18:45 -0700)
commit29afb7d2efed6ee48a67dafdc1a1f34dd60153cf
treec1a3cd0033011f3286c1ec97fb7cdc82cdf3250e
parent1317b70f89606bd14597116b7ab68a968ea6c017
gh-69093: Add indexing and slicing support to sqlite3.Blob (#91599)

Authored-by: Aviv Palivoda <palaviv@gmail.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@innova.no>
Doc/includes/sqlite3/blob.py
Doc/library/sqlite3.rst
Lib/test/test_sqlite3/test_dbapi.py
Misc/NEWS.d/next/Library/2022-04-14-01-00-31.gh-issue-69093.bmlMwI.rst [new file with mode: 0644]
Modules/_sqlite/blob.c