[Zope3-checkins] SVN: Zope3/trunk/src/zope/component/interfaces.py Merge from 3.3 branch:

Philipp von Weitershausen philikon at philikon.de
Fri Aug 18 11:26:17 EDT 2006


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

Changed:
  U   Zope3/trunk/src/zope/component/interfaces.py

-=-
Modified: Zope3/trunk/src/zope/component/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/component/interfaces.py	2006-08-18 15:19:59 UTC (rev 69652)
+++ Zope3/trunk/src/zope/component/interfaces.py	2006-08-18 15:26:17 UTC (rev 69653)
@@ -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