Re: python 3.x

2010-09-02 Thread Andy Kelley
And let's not forget the ol' Python Imaging Library. By the way, does it bother anybody else that the home page of PIL says "A version of 1.1.7 for 3.X will be released later" and the date for 1.1.7 is November 15, 2009? On Sep 2, 9:45 am, Jeremy Dunck wrote: > On Thu, Sep 2, 2010 at 9:03 AM, Ru

Re: An idea for a serialization framework

2010-06-23 Thread Andy Kelley
it's clear that it's ok way to do things on an individual project but isn't something to evangelize. On Jun 23, 7:20 am, Russell Keith-Magee wrote: > On Wed, Jun 23, 2010 at 6:43 PM, Andy Kelley wrote: > > I posted this in django-users but someone said I should post it in

An idea for a serialization framework

2010-06-23 Thread Andy Kelley
I posted this in django-users but someone said I should post it in django developers, so here we are. I am coming up with a framework that helps serialization of models. My idea is for each field to have a view permissions level: PUBLIC, OWNER, or ADMIN. I want to have a model to dict function tha