[Python-Dev] Implementing restricted Python in Zope2

Guido van Rossum guido at python.org
Thu Jul 17 20:47:26 CEST 2008


On Thu, Jul 17, 2008 at 11:27 AM, Brett Cannon <brett at python.org> wrote:
> 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.

Maybe he's talking about PyPy's RPython, which is notoriously (and it
seems intentionally) underspecified? In that case, please contact the
PyPy team.

Or maybe there is something in Zope 2 called Restricted Python -- in
that case please contact the Zope lists.

There's nothing in the collective memory of python-dev called
Restricted Python that we can help you with.

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-Dev mailing list