Jesús Cea Avión <j...@jcea.es> added the comment:

This is far more complicated that expected, because I would like to modify 
"file.seek()" to be able to support these flags too. Analizing 
"Modules/_io/bufferedio.c:buffered_seek()", the logic is pretty convoluted and 
the ramifications are extensible.

Should I limit myself to "os.lseek()"/"os.read()"/"os.write()"?. This flags are 
obscure, but useful enough to be useful even with this limitation.

Fut I don't feel comfy with this partial support.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10142>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to