[Twisted-Python] So... Python 3.4 is getting its own async I/O system

Glyph glyph at twistedmatrix.com
Wed Mar 20 03:36:55 MDT 2013


On Mar 20, 2013, at 1:51 AM, Tobias Oberstein <tobias.oberstein at tavendo.de> wrote:

>> In Guido's keynote at PyCon 2013, apparently he talked about adding an async
>> I/O module to Python 3.4. It looks like his slides can be viewed
> 
> Will this tackle async file I/O also or only network?


Since async file I/O is not a thing you can implement[1], presumably it will only be networking.

You probably want to join this group:

<https://groups.google.com/forum/?fromgroups=#!forum/python-tulip>

-glyph

[1]: <http://blog.libtorrent.org/2012/10/asynchronous-disk-io/>



More information about the Twisted-Python mailing list