[Python-checkins] cpython (2.7): Issue #15067: Remove reference to a rejected PEP.

zach.ware python-checkins at python.org
Tue Apr 1 19:23:02 CEST 2014


http://hg.python.org/cpython/rev/2e13f0d49b8e
changeset:   90087:2e13f0d49b8e
branch:      2.7
parent:      90069:8263d3c1cf34
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Apr 01 12:18:58 2014 -0500
summary:
  Issue #15067: Remove reference to a rejected PEP.

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.

files:
  Doc/library/sqlite3.rst |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
--- a/Doc/library/sqlite3.rst
+++ b/Doc/library/sqlite3.rst
@@ -727,9 +727,6 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list