[Checkins] SVN: zc.twist/trunk/CHANGES.txt Update change notes to reflect reality

Patrick Strawderman patrick at zope.com
Mon Nov 23 09:21:17 EST 2009


Log message for revision 105962:
  Update change notes to reflect reality

Changed:
  U   zc.twist/trunk/CHANGES.txt

-=-
Modified: zc.twist/trunk/CHANGES.txt
===================================================================
--- zc.twist/trunk/CHANGES.txt	2009-11-23 12:27:53 UTC (rev 105961)
+++ zc.twist/trunk/CHANGES.txt	2009-11-23 14:21:17 UTC (rev 105962)
@@ -6,6 +6,12 @@
 1.3.1 (2009-11-15)
 ------------------
 
+* Avoid possibility of infinite recursion by using a shallow
+  copy instead of a deep copy in zc.twist.Failure's __getstate__.
+
+* Make threads spawned in the tests daemonic so that a SIGINT
+  signal doesn't cause the test process to hang.
+
 * Added missing import of twisted.python.failure.
 
 * Use db.pool with ZODB >= 3.9 and db._pools with ZODB < 3.9.



More information about the checkins mailing list