[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces - container.py:1.5

Sidnei da Silva sidnei at x3ng.com.br
Mon Sep 22 17:05:44 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv17082/src/zope/app/interfaces

Modified Files:
	container.py 
Log Message:
Delay creating proxy on Resources. Whitespace cleaning. Include overrides in functional testing

=== Zope3/src/zope/app/interfaces/container.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/interfaces/container.py:1.4	Sun Sep 21 13:32:20 2003
+++ Zope3/src/zope/app/interfaces/container.py	Mon Sep 22 17:05:13 2003
@@ -56,7 +56,7 @@
         Raises a ValueError if key is empty.
 
         The container might choose to add a different object than the
-        one passed to this method. 
+        one passed to this method.
 
         If the object doesn't implement IContained, then one of two
         things must be done:
@@ -87,7 +87,7 @@
         the container and the name, then no events are generated and
         no hooks.  This allows advanced clients to take over event
         generation.
-        
+
         """
 
     def __delitem__(name):
@@ -103,12 +103,12 @@
 
         Unless the object's __parent__ and __name__ attributes were
         initially None, generate an IObjectModifiedEvent for the
-        container. 
+        container.
 
         If the object's __parent__ and __name__ were already set to
         None, then no events are generated.  This allows advanced
         clients to take over event generation.
-        
+
         """
 
 class IItemWriteContainer(IWriteContainer, IItemContainer):
@@ -160,7 +160,7 @@
 
         This is called after the object has been added to the new
         location and before it has been deleted from the old.
-        
+
         """
 
 




More information about the Zope3-Checkins mailing list