[issue10142] Support for SEEK_HOLE/SEEK_DATA

Georg Brandl report at bugs.python.org
Mon Jun 25 18:03:32 CEST 2012


Georg Brandl <georg at python.org> added the comment:

As long as we have a test confirming that SEEK_HOLE/SEEK_DATA are *accepted* by the io module (which is a big part of the patch), it is fine.

E.g. calling seek() with the constants and check that it only raises OSError or nothing should work, right?

----------

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


More information about the Python-bugs-list mailing list