[New-bugs-announce] [issue16273] f.tell() returning negative number on Windows build

Raymond Hettinger report at bugs.python.org
Thu Oct 18 04:08:42 CEST 2012


New submission from Raymond Hettinger:

On a fresh 64-bit install of Windows 2.7.3 running on Windows 7, f.tell() is producing unexpected (and unusable) results:

>>> f = open('sample.txt')
>>> f.read(3)
>>> f.read(3)
>>> f.tell()
-5L

----------
components: Interpreter Core
messages: 173226
nosy: rhettinger
priority: normal
severity: normal
status: open
title: f.tell() returning negative number on Windows build
type: behavior
versions: Python 2.7

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


More information about the New-bugs-announce mailing list