]> granicus.if.org Git - python/commitdiff
Issue #15067: Remove reference to a rejected PEP.
authorZachary Ware <zachary.ware@gmail.com>
Tue, 1 Apr 2014 17:18:58 +0000 (12:18 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 1 Apr 2014 17:18:58 +0000 (12:18 -0500)
Further explanation of the concept stands alone without this reference,
no need to potentially confuse people by bringing up a feature that
doesn't exist.

Doc/library/sqlite3.rst

index f31912a799b42077f5f5e563195a818f1e74d678..941e315de69cf1990656a98179b48e5b09e2d6e7 100644 (file)
@@ -727,9 +727,6 @@ use other Python types with SQLite, you must **adapt** them to one of the
 sqlite3 module's supported types for SQLite: one of NoneType, int, long, float,
 str, unicode, buffer.
 
-The :mod:`sqlite3` module uses Python object adaptation, as described in
-:pep:`246` for this.  The protocol to use is :class:`PrepareProtocol`.
-
 There are two ways to enable the :mod:`sqlite3` module to adapt a custom Python
 type to one of the supported ones.