Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add NEWS
  • Loading branch information
erlend-aasland committed Jul 22, 2022
commit 507e5cabf2b3597cf7c6695c8c851dadfd357f00
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Fix a :mod:`sqlite3` regression where ``*args`` and ``**kwds`` were
incorrectly relayed from :py:func:`~sqlite3.connect` to the
:class:`~sqlite3.Connection` factory. The regression was introduced in 3.11a1
with PR 24421 (:gh:`85128`). Patch by Erlend E. Aasland.`