[Zope-CVS] CVS: Products/Sessions - SessionInterfaces.py:1.3 __init__.py:1.4

Matthew T. Kromer matt@zope.com
Mon, 5 Nov 2001 16:16:18 -0500


Update of /cvs-repository/Products/Sessions
In directory cvs.zope.org:/tmp/cvs-serv19229

Modified Files:
	SessionInterfaces.py __init__.py 
Log Message:
Updated help


=== Products/Sessions/SessionInterfaces.py 1.2 => 1.3 ===
+
+Session API
+
+  See Also
+
+    - "Programming with the Session API":sessionapi-prog.stx
+
+    - "Transient Object API":../../Transience/Help/TransienceInterfaces.py
+
+"""
+
 import Interface
 
 class BrowserIdManagerInterface(


=== Products/Sessions/__init__.py 1.3 => 1.4 ===
 
     context.registerHelp()
+    context.registerHelpTitle("Zope Help")