I see that "min" and others have been removed from "secure" python (TTW scripts, dtml...). Is this a bug or a VERY BAD idea ? x = _.min([1,2,3,4]) return x Runs perfectly with Zope 2.6.2. but raises this with Zope 2.6.3... Traceback (innermost last): Module ZPublisher.Publish, line 98, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 39, in call_object Module Shared.DC.Scripts.Bindings, line 261, in __call__ Module Shared.DC.Scripts.Bindings, line 292, in _bindAndExec Module Products.PythonScripts.PythonScript, line 311, in _exec Module test, line 1, in test - <PythonScript at /test> - Line 1 AttributeError: min Now I got to make my own "min", "max"... functions or externals to override this or wait for the bugfix :-( Or stay with Zope 2.6.2 -- Gilles