summaryrefslogtreecommitdiff
path: root/paste/transaction.py
diff options
context:
space:
mode:
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