[Zope] Python Scripts: using the zip function

Evan Simpson evan@4-am.com
Mon, 26 Feb 2001 23:21:30 -0500


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