Hi Johan,
maybe the patch can fix your problem.
Regards,
Dirk
--- DT_Util.py.orig Sat Jan 10 22:58:45 2004
+++ DT_Util.py Sat Jan 10 22:56:43 2004
@@ -58,6 +58,11 @@
else:
d[name] = f
+from AccessControl.ZopeGuards import guarded_min, guarded_max
+
+d['min'] = NotBindable(guarded_min)
+d['max'] = NotBindable(guarded_max)
+
if LIMITED_BUILTINS:
# Replace certain builtins with limited versions.
from RestrictedPython.Limits import limited_builtins
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )