[Zope-CVS] CVS: Products/PluggableAuthService - utils.py:1.3.8.3
Jens Vagelpohl
jens at dataflake.org
Sat Nov 6 06:35:34 EST 2004
Update of /cvs-repository/Products/PluggableAuthService
In directory cvs.zope.org:/tmp/cvs-serv4577
Modified Files:
Tag: jens-implement_caching_branch
utils.py
Log Message:
- refine comment
=== Products/PluggableAuthService/utils.py 1.3.8.2 => 1.3.8.3 ===
--- Products/PluggableAuthService/utils.py:1.3.8.2 Tue Oct 26 10:20:49 2004
+++ Products/PluggableAuthService/utils.py Sat Nov 6 06:35:34 2004
@@ -146,7 +146,7 @@
def createViewName(method_name, user_handle=None):
"""
Centralized place for creating the "View Name" that identifies
- a ZCacheable record in a RAMCacheManager
+ a ZCacheable record in a PASRAMCacheManager
"""
if not user_handle:
return method_name
More information about the Zope-CVS
mailing list