Explicit the fact that closed connections have undefined status

This commit is contained in:
Daniele Varrazzo 2014-04-03 02:07:38 +01:00
parent e7fc7f31b9
commit 25e3a5f744

View File

@ -613,6 +613,8 @@ The ``connection`` class
`psycopg2.extensions`: see :ref:`connection-status-constants`
for the available values.
The status is undefined for `closed` connectons.
.. method:: lobject([oid [, mode [, new_oid [, new_file [, lobject_factory]]]]])