summaryrefslogtreecommitdiff
path: root/lib/extras.py
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2012-09-22 02:08:21 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2012-09-22 02:08:21 +0100
commit26cfdc1234524e392db8ca57a56bb9ea5cc4823d (patch)
tree240df5e30aee6b35bb76e8615ac38f126ecf2185 /lib/extras.py
parentfa9393b5870f07d6fb3ac55f5d90ffd8e06fe678 (diff)
downloadpsycopg2-26cfdc1234524e392db8ca57a56bb9ea5cc4823d.tar.gz
Info about versions history moved from code to docs
Diffstat (limited to 'lib/extras.py')
-rw-r--r--lib/extras.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/extras.py b/lib/extras.py
index 2367931..65f2bb6 100644
--- a/lib/extras.py
+++ b/lib/extras.py
@@ -942,12 +942,6 @@ def register_composite(name, conn_or_curs, globally=False, factory=None):
it to :ref:`customize how to cast composite types <custom-composite>`
:return: the registered `CompositeCaster` or *factory* instance
responsible for the conversion
-
- .. versionchanged:: 2.4.3
- added support for array of composite types
- .. versionchanged:: 2.4.6
- added the *factory* parameter
-
"""
if factory is None:
factory = CompositeCaster