27 Feb
2001
27 Feb
'01
4:21 a.m.
From: "Kevin Teague" <kevin@bud.ca>
Does anyone handy with Python Scripts know how to use the built-in function zip, which was introduced in Python 2.0?
Zope does not yet support Python 2.0, although it is known to work with it. You can expose builtins (such as zip) which are not currently available in Scripts by adding them to the long list in Products/PythonScripts/Guarded.py that starts with 'ArithmeticError'. Cheers, Evan @ digicool & 4-am