[issue12939] Add new io.FileIO using the native Windows API

STINNER Victor report at bugs.python.org
Thu Jul 10 14:51:18 CEST 2014


STINNER Victor added the comment:

Serhiy implemented the FileIO class in pure Python: see the issue #21859 (patch under review). Using thre Python class, it becomes easier to reimplement FileIO using the Windows API, at least to play with a prototype in pure Python.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12939>
_______________________________________


More information about the Python-bugs-list mailing list