[Checkins] SVN: transaction/trunk/ Garden.

Tres Seaver cvs-admin at zope.org
Tue Dec 18 05:37:40 UTC 2012


Log message for revision 128759:
  Garden.

Changed:
  _U  transaction/trunk/
  U   transaction/trunk/CHANGES.txt
  U   transaction/trunk/setup.py

-=-
Modified: transaction/trunk/CHANGES.txt
===================================================================
--- transaction/trunk/CHANGES.txt	2012-12-18 05:33:27 UTC (rev 128758)
+++ transaction/trunk/CHANGES.txt	2012-12-18 05:37:40 UTC (rev 128759)
@@ -9,15 +9,15 @@
 
 - 100% unit test coverage.
 
-- Raise ValueError from ``Transaction.doom`` if the transaction is in a
-  non-doomable state (rather than using ``assert``).
+- Backward incompatibility:   raise ValueError rather than AssertionError
+  for runtime errors:
 
-- Raise ValueError from ``TransactionManager.attempts`` if passed a
-  non-positive value (rather than using ``assert``).
+  - In ``Transaction.doom`` if the transaction is in a non-doomable state.
 
-- Raise ValueError from ``TransactionManager.free`` if passed a foreign
-  transaction (rather tna using ``assert``).
+  - In ``TransactionManager.attempts`` if passed a non-positive value.
 
+  - In ``TransactionManager.free`` if passed a foreign transaction.
+
 - Declared support for Python 3.3 in ``setup.py``, and added ``tox`` testing.
 
 - When a non-retryable exception was raised as the result of a call to

Modified: transaction/trunk/setup.py
===================================================================
--- transaction/trunk/setup.py	2012-12-18 05:33:27 UTC (rev 128758)
+++ transaction/trunk/setup.py	2012-12-18 05:37:40 UTC (rev 128759)
@@ -65,5 +65,4 @@
       },
       entry_points = """\
       """
-      )
-
+)



More information about the checkins mailing list