diff options
Diffstat (limited to 'lib/extras.py')
-rw-r--r-- | lib/extras.py | 6 |
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 |