]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)
authorL <3177243+LukeLR@users.noreply.github.com>
Sun, 31 Jan 2021 05:19:07 +0000 (05:19 +0000)
committerGitHub <noreply@github.com>
Sun, 31 Jan 2021 05:19:07 +0000 (07:19 +0200)
Doc/library/sqlite3.rst

index d80e952ce99243d660532a8eff6c5ffb59e638ad..c017dacff88976d46810809ddf0c42ab0229ba7c 100644 (file)
@@ -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.