Re: [Twisted-Python] Asynchronous code PEP

2011-06-02 Thread Laurens Van Houtven
On Thu, Jun 2, 2011 at 5:56 AM, Tim Allen wrote: > On Thu, Jun 02, 2011 at 12:50:33AM +0200, Laurens Van Houtven wrote: > > See people? Feedback works, now give me more of it please ;-) > > Perhaps I'm looking at the wrong place; the "pep-.rst" I'm looking > at via the web interface contains

Re: [Twisted-Python] Asynchronous code PEP

2011-06-01 Thread Tim Allen
On Thu, Jun 02, 2011 at 12:50:33AM +0200, Laurens Van Houtven wrote: > See people? Feedback works, now give me more of it please ;-) Perhaps I'm looking at the wrong place; the "pep-.rst" I'm looking at via the web interface contains only an short abstract and a rationale that won't be controv

Re: [Twisted-Python] Asynchronous code PEP

2011-06-01 Thread Laurens Van Houtven
... and closed! See people? Feedback works, now give me more of it please ;-) cheers lvh ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Asynchronous code PEP

2011-06-01 Thread Laurens Van Houtven
On Wed, Jun 1, 2011 at 11:34 PM, Kevin Horn wrote: > Hmmm...you might think about also allowing bytearrays everywhere it says > "data must be a bytestring". Maybe there's some problem with that (I > haven't done a lot of Python3-style IO yet), but I don't think there is, and > if they are to be

Re: [Twisted-Python] Asynchronous code PEP

2011-06-01 Thread Kevin Horn
On Wed, Jun 1, 2011 at 4:21 PM, Laurens Van Houtven <_...@lvh.cc> wrote: > It should really say something about protocol/transport separation early >> on, though ;). >> > > Pff, publishing finished work is for academics. Do you want me to be an > academic, Glyph? Do you? > > I've added the stuff I

Re: [Twisted-Python] Asynchronous code PEP

2011-06-01 Thread Laurens Van Houtven
> > It should really say something about protocol/transport separation early > on, though ;). > Pff, publishing finished work is for academics. Do you want me to be an academic, Glyph? Do you? I've added the stuff I got from Jim. FlowControl seems to be the equivalent of IPushProducer. Why does P

Re: [Twisted-Python] Asynchronous code PEP

2011-05-31 Thread Glyph Lefkowitz
On May 31, 2011, at 5:58 PM, Laurens Van Houtven wrote: > As promised: > > https://github.com/lvh/async-pep Great to see a public start on this. It should really say something about protocol/transport separation early on, though ;). ___ Twisted-Pyt

Re: [Twisted-Python] Asynchronous code PEP

2011-05-31 Thread Kevin Horn
Hooray! Kevin Horn On Tue, May 31, 2011 at 4:58 PM, Laurens Van Houtven <_...@lvh.cc> wrote: > As promised: > > https://github.com/lvh/async-pep > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin

Re: [Twisted-Python] Asynchronous code PEP

2011-05-31 Thread Laurens Van Houtven
As promised: https://github.com/lvh/async-pep ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Asynchronous code PEP

2011-05-30 Thread Glyph Lefkowitz
On May 30, 2011, at 7:25 AM, Laurens Van Houtven wrote: > Hi! > > I've just been in contact with Jim Fulton, who was previously mentioned in > the context of developing this PEP, and he's okay with us taking over. > > IIUC the PEP involves a few things: > A sane reactor abstraction/interface (