diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2022-07-23 08:23:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-23 08:23:19 (GMT) |
commit | 5d3f2fbf37cd8faa9830490ac244b051d3879990 (patch) | |
tree | 69353dadec115b0f1492148f1034b7deee895837 /Lib/test/pydoc_mod.py | |
parent | 064462a719509c1382207387e3a3ef187f7b55bf (diff) | |
download | cpython-5d3f2fbf37cd8faa9830490ac244b051d3879990.zip cpython-5d3f2fbf37cd8faa9830490ac244b051d3879990.tar.gz cpython-5d3f2fbf37cd8faa9830490ac244b051d3879990.tar.bz2 |
[3.11] gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (GH-95146) (#95158)
This PR partially reverts gh-24421 (PR) and fixes the remaining concerns
given in gh-93044 (issue):
- keyword arguments are passed as positional arguments to factory()
- if an argument is not passed to sqlite3.connect(), its default value
is passed to factory()
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>.
(cherry picked from commit a3d4d15f53777662ce0957500e5a538ce7161f5e)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Diffstat (limited to 'Lib/test/pydoc_mod.py')
0 files changed, 0 insertions, 0 deletions