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
Next Next commit
gh-133390: Amend gh-135659 (sqlite3 docs update)
- The SQLITE_KEYWORDS constant describes SQLite, not sqlite3, keywords
- SQLITE_KEYWORDS were added in 3.14, not in upcoming 3.15
  • Loading branch information
erlend-aasland committed Aug 6, 2025
commit b322fb2a6c1bab783bc1ec9fb7848a04cb03dc6a
4 changes: 2 additions & 2 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -509,12 +509,12 @@ Module constants

.. data:: SQLITE_KEYWORDS

A :class:`tuple` containing all sqlite3 keywords.
A :class:`tuple` containing all SQLite keywords.

This constant is only available if Python was compiled with SQLite
3.24.0 or greater.

.. versionadded:: next
.. versionadded:: 3.14
Comment thread
erlend-aasland marked this conversation as resolved.
Outdated

.. data:: threadsafety

Expand Down
Loading