[Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt implemented a get method in zope.app.session

Bernd Dorn bernd.dorn at fhv.at
Thu Sep 21 13:10:47 EDT 2006


Log message for revision 70291:
  implemented a get method in zope.app.session

Changed:
  U   Zope3/trunk/doc/CHANGES.txt

-=-
Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt	2006-09-21 17:10:08 UTC (rev 70290)
+++ Zope3/trunk/doc/CHANGES.txt	2006-09-21 17:10:46 UTC (rev 70291)
@@ -44,6 +44,11 @@
       - New logger directive for zope.conf allows for configuring loggers
         for specific subsystems with their own level and handlers.
 
+      - The ISession interface and the according implementation in
+        zope.app.session now define a get method. This method can be
+        used to check if a specific session key is defined without
+        automatically creating it.
+
     Restructuring
 
       - Deprecated directive <zope:localUtility>, replaced by <zope:class>.



More information about the Zope3-Checkins mailing list