[issue23414] seek(count, whence) accepts bogus whence on windows, python2.7

Steve Dower report at bugs.python.org
Sat Feb 14 19:19:33 CET 2015


Steve Dower added the comment:

I can't say why 2.7 doesn't use _fseeki64, but 3.5 certainly does. 

Possibly it's a significant change of behaviour that would break backwards compatibility? Making a currently working call raise new exceptions is certainly worth double-checking before introducing into a maintenance release.

----------

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


More information about the Python-bugs-list mailing list