]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 31 Jan 2021 05:21:54 +0000 (21:21 -0800)
committerGitHub <noreply@github.com>
Sun, 31 Jan 2021 05:21:54 +0000 (07:21 +0200)
(cherry picked from commit e60344364245a23a7a1b25d5ebce6833652a656c)

Co-authored-by: L <3177243+LukeLR@users.noreply.github.com>
Doc/library/sqlite3.rst

index e2e7312c2773577d2b2e99d2d07812d1ab294f5e..92d5ffaf3971c7b1435033865cee4070aa8f7c3c 100644 (file)
@@ -99,10 +99,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.