[Checkins] SVN: zc.thread/trunk/README.txt *** empty log message ***

Jim Fulton jim at zope.com
Sun Nov 27 19:46:39 UTC 2011


Log message for revision 123489:
  *** empty log message ***

Changed:
  U   zc.thread/trunk/README.txt

-=-
Modified: zc.thread/trunk/README.txt
===================================================================
--- zc.thread/trunk/README.txt	2011-11-27 19:44:53 UTC (rev 123488)
+++ zc.thread/trunk/README.txt	2011-11-27 19:46:38 UTC (rev 123489)
@@ -38,7 +38,8 @@
 - After a thread finished, you can get the return value of the
   target function from the thread's ``value`` attribute, or, if the
   function raises an exception, you can get the exception object from
-  the thread's ``exception`` attribute.
+  the thread's ``exception`` attribute. (This feature was inspired by
+  the same feature in gevent greenlets.)
 
 There's also a Process constructor/decorator that works like Thread,
 but with multi-processing processes.
@@ -46,7 +47,7 @@
 Changes
 *******
 
-0.1.0 (yyyy-mm-dd)
+0.1.0 (2011-11-27)
 ==================
 
 Initial release



More information about the checkins mailing list