]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41638: Improve ProgrammingError message for absent parameter. (GH-21999)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 4 Sep 2020 17:55:41 +0000 (20:55 +0300)
committerGitHub <noreply@github.com>
Fri, 4 Sep 2020 17:55:41 +0000 (20:55 +0300)
commit81715808716198471fbca0a3db42ac408468dbc5
tree841863059ef0d12191c84d52caf967cacf0440d4
parent4b8032e5a4994a7902076efa72fca1e2c85d8b7f
bpo-41638: Improve ProgrammingError message for absent parameter. (GH-21999)

It contains now the name of the parameter instead of its index when parameters
are supplied as a dict.
Misc/NEWS.d/next/Library/2020-08-29-16-45-12.bpo-41638.iZfW5N.rst [new file with mode: 0644]
Modules/_sqlite/statement.c