Re: [Web-SIG] Proposal for asynchronous WSGI variant

2008-05-07 Thread Duncan McGreggor
On Wed, 2008-05-07 at 14:00 -0400, Christopher Stawarz wrote: > On May 7, 2008, at 4:20 AM, Graham Dumpleton wrote: > > > 2008/5/7 Manlio Perillo <[EMAIL PROTECTED]>: > >> With your solution it seems that writing middlewares will not > >> became more > >> easy. > > > > Part of what I was trying

Re: [Web-SIG] Time a for JSON parser in the standard library?

2008-04-09 Thread Duncan McGreggor
On Wed, Apr 9, 2008 at 12:27 PM, Benji York <[EMAIL PROTECTED]> wrote: > Ian Bicking wrote: > >> parse (bytes_or_string) > >> generate (obj, indent = None, ascii_only = True, encoding = 'utf-8') > > > > I strongly prefer we stick to the conventional names of > > dump/dumps/load/loads, for