[issue43446] Wrong character in footnote

New submission from Sergio Livi <me@serl.it>: 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. ---------- assignee: docs@python components: Documentation messages: 388353 nosy: docs@python, serl2 priority: normal severity: normal status: open title: Wrong character in footnote type: enhancement versions: Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43446> _______________________________________

Kamil Turek <tazzu@live.com> added the comment: That's right. Actually, the docs code contains two dashes but I think second of them is skipped in build process. Might be good to wrap it as an inline markup. ---------- nosy: +kamilturek _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43446> _______________________________________

Change by Kamil Turek <tazzu@live.com>: ---------- keywords: +patch pull_requests: +23573 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24806 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43446> _______________________________________

Berker Peksag <berker.peksag@gmail.com> added the comment: New changeset 62a03cd490f81c0fb01eaceb31aa8a4c7800ed0e by Kamil Turek in branch 'master': bpo-43446: Fix markup in sqlite3 footnote (GH-24806) https://github.com/python/cpython/commit/62a03cd490f81c0fb01eaceb31aa8a4c780... ---------- nosy: +berker.peksag _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43446> _______________________________________

Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +23575 pull_request: https://github.com/python/cpython/pull/24808 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43446> _______________________________________

Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +23576 pull_request: https://github.com/python/cpython/pull/24809 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43446> _______________________________________

Berker Peksag <berker.peksag@gmail.com> added the comment: New changeset da602560a4816c88dcf4d75b3e4eea56c8d3bbc2 by Miss Islington (bot) in branch '3.9': bpo-43446: Fix markup in sqlite3 footnote (GH-24806) https://github.com/python/cpython/commit/da602560a4816c88dcf4d75b3e4eea56c8d... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43446> _______________________________________

Berker Peksag <berker.peksag@gmail.com> added the comment: New changeset e89380765df8f0f02c90ad417e164d1597bd0b05 by Miss Islington (bot) in branch '3.8': bpo-43446: Fix markup in sqlite3 footnote (GH-24806) https://github.com/python/cpython/commit/e89380765df8f0f02c90ad417e164d1597b... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43446> _______________________________________

Change by Berker Peksag <berker.peksag@gmail.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.6, Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43446> _______________________________________
participants (4)
-
Berker Peksag
-
Kamil Turek
-
miss-islington
-
Sergio Livi