From: L <3177243+LukeLR@users.noreply.github.com> Date: Sun, 31 Jan 2021 05:19:07 +0000 (+0000) Subject: bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364) X-Git-Tag: v3.10.0a5~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e60344364245a23a7a1b25d5ebce6833652a656c;p=thirdparty%2FPython%2Fcpython.git bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364) --- diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index d80e952ce992..c017dacff889 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.