[Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/component/interfaces.py Fix IComponentRegistry's documentation on handlers and subscription

Philipp von Weitershausen philikon at philikon.de
Fri Aug 18 11:19:59 EDT 2006


Log message for revision 69652:
  Fix IComponentRegistry's documentation on handlers and subscription
  adapters, their names specifically.
  

Changed:
  U   Zope3/branches/3.3/src/zope/component/interfaces.py

-=-
Modified: Zope3/branches/3.3/src/zope/component/interfaces.py
===================================================================
--- Zope3/branches/3.3/src/zope/component/interfaces.py	2006-08-18 15:17:00 UTC (rev 69651)
+++ Zope3/branches/3.3/src/zope/component/interfaces.py	2006-08-18 15:19:59 UTC (rev 69652)
@@ -807,8 +807,9 @@
         name
             The adapter name.
 
-            Note that this parameter is ignored and is reserved
-            for future use when named subscribers are implemented.
+            Currently, only the empty string is accepted.  Other
+            strings will be accepted in the future when support for
+            named subscribers is added.
 
         An Unregistered event is generated with an
         ISubscriptionAdapterRegistration.
@@ -847,8 +848,9 @@
         name
             The handler name.
 
-            Note that this parameter is ignored and is reserved
-            for future use when named handlers are implemented.
+            Currently, only the empty string is accepted.  Other
+            strings will be accepted in the future when support for
+            named handlers is added.
 
         info
            An object that can be converted to a string to provide
@@ -887,8 +889,9 @@
         name
             The handler name.
 
-            Note that this parameter is ignored and is reserved
-            for future use when named handlers are implemented.
+            Currently, only the empty string is accepted.  Other
+            strings will be accepted in the future when support for
+            named handlers is added.
 
         An Unregistered event is generated with an IHandlerRegistration.
         """



More information about the Zope3-Checkins mailing list