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

mattip report at bugs.python.org
Sun Feb 8 22:38:58 CET 2015


New submission from mattip:

f=open('abc.txt', 'w+')
f.seek(0, 42)

does not raise an exception on windows, python2.7

----------
components: Windows
messages: 235568
nosy: mattip, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: seek(count, whence) accepts bogus whence on windows, python2.7
type: behavior
versions: Python 2.7

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


More information about the New-bugs-announce mailing list