[Zope] Regular Expressions in Python Scripts

Andreas Pauley andreasp@qbcon.com
Tue, 12 Jun 2001 17:54:08 +0200


Hi all,
Does anyone know why the Regular Expression Module (re) is not allowed
in Python Scripts?
I can understand that modules like os and sys may have security issues,
but why re?

Andreas.