[Python-Dev] Implementing restricted Python in Zope2
Brett Cannon
brett at python.org
Thu Jul 17 20:27:42 CEST 2008
On Thu, Jul 17, 2008 at 10:54 AM, ranjith kannikara
<ranjithkannikara at gmail.com> wrote:
> I have taken the gsoc 08 project of porting zope2 to python2.5.
> Through my way to the successful completion of the project I have to
> implement Restricted python in Zope2. I could only get the information
> that the python AST has not changed on moving from python2.4 to 2.5
> but Restricted Python is not well documented enough for a stident to
> test the Zope2 's Restricted Python implentation.
>
> As a student I am not familiar with Restricted Python and python AST
> implementation.And in need of help to start the Restricted Python
> implementation.
>
What do you mean, "Restricted Python"? If you mean rexec and Bastion,
they are no longer supported, and that began before 2.5.
-Brett
More information about the Python-Dev
mailing list