On 8/20/06, Paul Moore <[EMAIL PROTECTED]> wrote: > On 8/20/06, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > I've created a wiki page with some ideas for Python 3000 things we > > could do at the Google sprint (starting Monday). See: > > > > http://wiki.python.org/moin/GoogleSprintPy3k > > I notice that one of the items on there is "Work on the new I/O > library (I have much interest in this but need help -- Guido)". I also > have an interest in this, although I won't be at the sprint (and in > general have very little time for coding these days, unfortunately). > > Is there any description of the plans for the new I/O library > anywhere? I assume that ultimately there will be a PEP, but in the > meantime, I recall very little in the way of details having been > discussed.
Without endorsing every detail of his design, tomer filiba has written several blog (?) entries about this, the latest being http://sebulba.wikispaces.com/project+iostack+v2 . You can also look at sandbox/sio/sio.py in svn. -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
