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
Update sqlite3.rst
Revert back some changes unrelated to the BPO.
  • Loading branch information
greatvovan authored Jan 6, 2021
commit c6e5f91b474e15e3783012456f55a5ebb90fe1b6
5 changes: 2 additions & 3 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,5 @@ committed:
.. [#f1] The sqlite3 module is not built with loadable extension support by
default, because some platforms (notably Mac OS X) have SQLite
libraries which are compiled without this feature. To get loadable
extension support, your Python must be compiled with
``-–enable-loadable-sqlite-extensions`` option which is passed to
`configure <https://github.com/python/cpython#build-instructions>`_ script.
extension support, you must pass --enable-loadable-sqlite-extensions to
configure.