Thanks to visit codestin.com
Credit goes to github.com

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
Address review: SQLITE_KEYWORDS were added in 3.15
  • Loading branch information
erlend-aasland committed Aug 6, 2025
commit 76ce467bd72637a8ff8a4d947c6de03fb295128f
2 changes: 1 addition & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ Module constants
This constant is only available if Python was compiled with SQLite
3.24.0 or greater.

.. versionadded:: 3.14
.. versionadded:: next

.. data:: threadsafety

Expand Down
Loading