summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorL <3177243+LukeLR@users.noreply.github.com>2021-01-31 05:19:07 (GMT)
committerGitHub <noreply@github.com>2021-01-31 05:19:07 (GMT)
commite60344364245a23a7a1b25d5ebce6833652a656c (patch)
treec3faed3bebe907af8313416a466c2fbc69390f85 /Doc
parent4d11ecbb5ed78e6259ee27289c7638aad795f473 (diff)
downloadcpython-e60344364245a23a7a1b25d5ebce6833652a656c.zip
cpython-e60344364245a23a7a1b25d5ebce6833652a656c.tar.gz
cpython-e60344364245a23a7a1b25d5ebce6833652a656c.tar.bz2
bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/sqlite3.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
index d80e952..c017dac 100644
--- a/Doc/library/sqlite3.rst
+++ b/Doc/library/sqlite3.rst
@@ -100,10 +100,6 @@ This example uses the iterator form::
.. seealso::
- https://github.com/ghaering/pysqlite
- The pysqlite web page -- sqlite3 is developed externally under the name
- "pysqlite".
-
https://www.sqlite.org
The SQLite web page; the documentation describes the syntax and the
available data types for the supported SQL dialect.