[Zope-Checkins]
SVN: Zope/branches/Zope-2_8-branch/lib/python/OFS/Cache.py
Provide missing security declarations for 'ZCacheable_isAMethod'
Stefan H. Holek
stefan at epy.co.at
Tue Mar 7 05:38:15 EST 2006
Log message for revision 65847:
Provide missing security declarations for 'ZCacheable_isAMethod'
and 'ZCacheable_getManagerURL'.
Changed:
U Zope/branches/Zope-2_8-branch/lib/python/OFS/Cache.py
-=-
Modified: Zope/branches/Zope-2_8-branch/lib/python/OFS/Cache.py
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/OFS/Cache.py 2006-03-07 04:58:13 UTC (rev 65846)
+++ Zope/branches/Zope-2_8-branch/lib/python/OFS/Cache.py 2006-03-07 10:38:14 UTC (rev 65847)
@@ -94,6 +94,8 @@
'ZCacheable_getManagerId',
'ZCacheable_getManagerIds',
'ZCacheable_configHTML',
+ 'ZCacheable_isAMethod',
+ 'ZCacheable_getManagerURL',
)),
(ChangeCacheSettingsPermission,
('ZCacheable_setManagerId',
More information about the Zope-Checkins
mailing list