[Python-checkins] bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)

berkerpeksag webhook-mailer at python.org
Sun Jan 31 00:21:32 EST 2021


https://github.com/python/cpython/commit/926ca51be4b9b80c41a647bbc2fb9c40ff108ff0
commit: 926ca51be4b9b80c41a647bbc2fb9c40ff108ff0
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: berkerpeksag <berker.peksag at gmail.com>
date: 2021-01-31T07:21:28+02:00
summary:

bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)

(cherry picked from commit e60344364245a23a7a1b25d5ebce6833652a656c)

Co-authored-by: L <3177243+LukeLR at users.noreply.github.com>

files:
M Doc/library/sqlite3.rst

diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
index 7dc2cc48c4753..2e2e5e9cdae37 100644
--- a/Doc/library/sqlite3.rst
+++ b/Doc/library/sqlite3.rst
@@ -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.



More information about the Python-checkins mailing list