Porting PEP 3148 to 2.x series

K

k3xji

Hi,

Is there any work on porting PEP 3148 back to 2.x series. That is a
wonderful PEP, any many long-running applications are really in need
of some stable library for handling stuff in async way just as
proposed in this PEP.

Thanks,
 
B

Brian Quinlan

Hi,

Is there any work on porting PEP 3148 back to 2.x series. That is a
wonderful PEP, any many long-running applications are really in need
of some stable library for handling stuff in async way just as
proposed in this PEP.


I'll probably port 3148 to Python 2.x after its running happily in
Python 3.2.

But there is no chance that it will be included with the standard
library in the 2.x series.

Cheers,
Brian
 
K

k3xji

I'll probably port 3148 to Python 2.x after its running happily in  
Python 3.2.

Very good news.

One idea: Once library becomes reliable enough- of course there are
various use cases - but IMHO it perfectly fits the problem domain of
implementing an async DB library on top of it. I suppose that will get
attention from Web Community. That is why I am asking for the port
because various Web applications written in frameworks (e.g Django)
that does not have been ported to 3.x series yet.

Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,899
Latest member
RodneyMcAu

Latest Threads

Top