Skip to content
Snippets Groups Projects
2022-07-22-21-18-17.gh-issue-95132.n9anlw.rst 264 B
Newer Older
  • Learn to ignore specific revisions
  • 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.`