Commit 8e45562b authored by Jim Fulton's avatar Jim Fulton

isDoomed too

parent fe0753a3
......@@ -107,8 +107,9 @@ managers have an ``explicit`` constructor keyword argument that, if
True puts the transaction manager in explicit mode. In explicit mode:
- It is an error to call ``get()``, ``commit()``, ``abort()``,
``doom()``, or ``savepoint()`` without a preceding ``begin()`` call.
Doing so will raise a ``NoTransaction`` exception.
``doom()``, ``isDoomed``, or ``savepoint()`` without a preceding
``begin()`` call. Doing so will raise a ``NoTransaction``
exception.
- It is an error to call ``begin()`` after a previous ``begin()``
without an intervening ``commit()`` or ``abort()`` call. Doing so
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment