On Tue, Jan 27, 2009 at 4:44 PM, Antoine Pitrou <[email protected]> wrote: > Raymond Hettinger <python <at> rcn.com> writes: >> >> What is involved in finishing io-in-c? > > Off the top of my head: > - fix the _ssl bug which prevents some tests from passing (issue #4967) > - clean up io.py (and decide what to do with the remaining Python code: > basically, the parts of StringIO which are implemented in Python) > - of course, test in various situations, review the code, suggest possible > improvements...
There are also several IO bugs that should be fixed before it becomes official like #5006. > > Now here are some performance figures. Text I/O is done in utf-8 with > universal > newlines enabled: -- Regards, Benjamin _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
