aboutsummaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorL <3177243+LukeLR@users.noreply.github.com>2021-01-31 05:19:07 +0000
committerGitHub <noreply@github.com>2021-01-31 07:19:07 +0200
commite60344364245a23a7a1b25d5ebce6833652a656c (patch)
treec3faed3bebe907af8313416a466c2fbc69390f85 /Doc
parentbpo-43077: Update bundled pip to 21.0.1 and setuptools to 52.0.0 (GH-24386) (diff)
downloadcpython-e60344364245a23a7a1b25d5ebce6833652a656c.tar.gz
cpython-e60344364245a23a7a1b25d5ebce6833652a656c.tar.bz2
cpython-e60344364245a23a7a1b25d5ebce6833652a656c.zip
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 d80e952ce99..c017dacff88 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.