[issue19973] Deprecate pyio

Antoine Pitrou report at bugs.python.org
Fri Dec 13 15:11:23 CET 2013


Antoine Pitrou added the comment:

> 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() :-)

Then you need to rewrite os.read() and os.write() in pure Python!

----------

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


More information about the Python-bugs-list mailing list