[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces - talesapi.py:1.3.24.1

Jim Fulton jim at zope.com
Tue Sep 2 18:41:08 EDT 2003


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

Modified Files:
      Tag: user-preferences-branch
	talesapi.py 
Log Message:
Checking in some work (on a branch) that Staphan and I did toward
implementing user preferences.  More work is needed to finish this up.
Detailed log messages need to be provided in the merge.


=== Zope3/src/zope/app/interfaces/talesapi.py 1.3 => 1.3.24.1 ===
--- Zope3/src/zope/app/interfaces/talesapi.py:1.3	Fri May 23 18:18:38 2003
+++ Zope3/src/zope/app/interfaces/talesapi.py	Tue Sep  2 17:40:37 2003
@@ -38,4 +38,9 @@
         string of some sort.  If the size can't be determined
         (e.g. the object has no size), an empty string is returned.
         """
-    
+        
+    def site():
+        """Return the site
+
+        This is the most specific site enclosing the context.
+        """




More information about the Zope3-Checkins mailing list