summaryrefslogtreecommitdiff
path: root/paste/transaction.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-12-13 07:05:45 +0000
committerianb <devnull@localhost>2005-12-13 07:05:45 +0000
commit4281398c872a2eb251e34a0d5fdc6af25e73434f (patch)
tree9c4094c14e490400f9a486db5b3485580399aa21 /paste/transaction.py
parent4e73bff9da87e35c7154ab1cc923bb4f9d40711d (diff)
downloadpaste-4281398c872a2eb251e34a0d5fdc6af25e73434f.tar.gz
Added note about experimentality of transaction
Diffstat (limited to 'paste/transaction.py')
-rw-r--r--paste/transaction.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/paste/transaction.py b/paste/transaction.py
index 17b434d..e475a67 100644
--- a/paste/transaction.py
+++ b/paste/transaction.py
@@ -5,7 +5,11 @@
Middleware related to transactions and database connections.
At this time it is very basic; but will eventually sprout all that
-two-phase commit goodness that I don't need.
+two-phase commit goodness that I don't need.
+
+.. note::
+
+ This is experimental, and will change in the future.
"""
from paste.httpexceptions import HTTPError, HTTPException