[Python-Dev] Python 3.0.1 (io-in-c)

Benjamin Peterson benjamin at python.org
Tue Jan 27 23:48:33 CET 2009


On Tue, Jan 27, 2009 at 4:44 PM, Antoine Pitrou <solipsis at pitrou.net> 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


More information about the Python-Dev mailing list