[Checkins] SVN: zope.event/branches/tseaver-new_style_docs/src/zope/event/__init__.py Note correct semantics for subscribers raising exceptions.

Tres Seaver tseaver at palladion.com
Mon Apr 19 16:33:50 EDT 2010


Log message for revision 111147:
  Note correct semantics for subscribers raising exceptions.

Changed:
  U   zope.event/branches/tseaver-new_style_docs/src/zope/event/__init__.py

-=-
Modified: zope.event/branches/tseaver-new_style_docs/src/zope/event/__init__.py
===================================================================
--- zope.event/branches/tseaver-new_style_docs/src/zope/event/__init__.py	2010-04-19 20:22:18 UTC (rev 111146)
+++ zope.event/branches/tseaver-new_style_docs/src/zope/event/__init__.py	2010-04-19 20:33:50 UTC (rev 111147)
@@ -21,7 +21,7 @@
 #: Each subscriber takes a single argument, which is the event object
 #: being published.
 #:
-#: Subscribers **MUST NOT** raise exceptions.
+#: Exceptions raised by subscribers will be propagated.
 subscribers = []
 
 def notify(event):



More information about the checkins mailing list