commit | 81715808716198471fbca0a3db42ac408468dbc5 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Sep 04 20:55:41 2020 +0300 |
committer | GitHub <noreply@github.com> | Fri Sep 04 20:55:41 2020 +0300 |
tree | 841863059ef0d12191c84d52caf967cacf0440d4 | |
parent | 4b8032e5a4994a7902076efa72fca1e2c85d8b7f [diff] |
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.