summaryrefslogtreecommitdiffstats
path: root/Doc/library/sqlite3.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-03-21 07:16:43 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-03-21 07:16:43 (GMT)
commitf8754a60a80f255a18ad00ec6eac8764871ceca8 (patch)
treee6e5dc51044103973e3f5b2506f8e0d568426045 /Doc/library/sqlite3.rst
parent75634948771e3329fea1675cdac409bfa0893992 (diff)
downloadcpython-f8754a60a80f255a18ad00ec6eac8764871ceca8.zip
cpython-f8754a60a80f255a18ad00ec6eac8764871ceca8.tar.gz
cpython-f8754a60a80f255a18ad00ec6eac8764871ceca8.tar.bz2
Update versionadded/changed.
Diffstat (limited to 'Doc/library/sqlite3.rst')
-rw-r--r--Doc/library/sqlite3.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
index c7cd075..8225efb 100644
--- a/Doc/library/sqlite3.rst
+++ b/Doc/library/sqlite3.rst
@@ -367,7 +367,7 @@ Connection Objects
.. method:: Connection.enable_load_extension(enabled)
- .. versionadded:: 2.7
+ .. versionadded:: 3.2
This routine allows/disallows the SQLite engine to load SQLite extensions
from shared libraries. SQLite extensions can define new functions,
@@ -378,7 +378,7 @@ Connection Objects
.. method:: Connection.load_extension(path)
- .. versionadded:: 2.7
+ .. versionadded:: 3.2
This routine loads a SQLite extension from a shared library. You have to
enable extension loading with ``enable_load_extension`` before you can use