[issue19973] Deprecate pyio

STINNER Victor report at bugs.python.org
Fri Dec 13 15:09:13 CET 2013


STINNER Victor added the comment:

> We tried a pure python implementation of io once.  Didn't go so well.  :p

It is _pyio.

Note: _pyio is not 100% *pure* Python, it relies on FileIO which is implemented in C. I always found this surprising. One day I will maybe rewrite it using os.read() and os.write() :-)

----------

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


More information about the Python-bugs-list mailing list