Added version info to Xid object docs.

This commit is contained in:
Daniele Varrazzo 2010-11-06 21:13:20 +00:00
parent 2f582da1f0
commit b9e96dbbd2

View File

@ -115,6 +115,8 @@ functionalities defined by the |DBAPI|_.
.. autoclass:: Xid(format_id, gtrid, bqual)
:members: format_id, gtrid, bqual, prepared, owner, database
.. versionadded:: 2.3
.. automethod:: from_string(s)