This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients rhettinger
Date 2012-10-18.02:08:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350526122.97.0.103530434711.issue16273@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-10-18 02:08:43rhettingersetrecipients: + rhettinger
2012-10-18 02:08:42rhettingersetmessageid: <1350526122.97.0.103530434711.issue16273@psf.upfronthosting.co.za>
2012-10-18 02:08:42rhettingerlinkissue16273 messages
2012-10-18 02:08:42rhettingercreate