[Checkins] SVN: zope.session/trunk/src/zope/session/interfaces.py clarification

Michael Howitz mh at gocept.com
Thu Oct 28 05:33:55 EDT 2010


Log message for revision 117986:
  clarification

Changed:
  U   zope.session/trunk/src/zope/session/interfaces.py

-=-
Modified: zope.session/trunk/src/zope/session/interfaces.py
===================================================================
--- zope.session/trunk/src/zope/session/interfaces.py	2010-10-28 09:27:13 UTC (rev 117985)
+++ zope.session/trunk/src/zope/session/interfaces.py	2010-10-28 09:33:55 UTC (rev 117986)
@@ -109,11 +109,13 @@
         given product id, determining the client id, and returning the
         relevant ISessionPkgData.
 
+        Caution: This method implicitly creates a new session for the user
+                 when it does not exist yet.
+
         """
 
     def get(product_id, default=None):
-        """Return the relevant ISessionPkgData or default if not
-        available"""
+        """Return the relevant ISessionPkgData or default if not available."""
 
 
 class ISessionData(IReadMapping, IMapping):



More information about the checkins mailing list