This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serl2
Recipients docs@python, serl2
Date 2021-03-09.11:32:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615289575.44.0.162763918069.issue43446@roundup.psfhosted.org>
In-reply-to
Content
Hello,

There seems to be a display error in the sqlite documentation:
https://docs.python.org/3.9/library/sqlite3.html#f1

The footnote says "To get loadable extension support, you must pass –enable-loadable-sqlite-extensions to configure."
When actually the configure argument is --enable-etc. The double dash was substituted with a long dash (–), which breaks copy/paste for people. Here's an example: https://github.com/pyenv/pyenv/issues/1702.
History
Date User Action Args
2021-03-09 11:32:55serl2setrecipients: + serl2, docs@python
2021-03-09 11:32:55serl2setmessageid: <1615289575.44.0.162763918069.issue43446@roundup.psfhosted.org>
2021-03-09 11:32:55serl2linkissue43446 messages
2021-03-09 11:32:54serl2create