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 pitrou
Recipients arigo, pitrou, rhettinger, serhiy.storchaka, skrah
Date 2013-01-17.19:05:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358449504.68.0.622471725098.issue16273@psf.upfronthosting.co.za>
In-reply-to
Content
I am afraid I cannot reproduce with the 2.7.3 64-bit installer either:

C:\>python27\python.exe
Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> f = open("sample.txt")
>>> f.read(3)
'xxx'
>>> f.read(3)
'xxx'
>>> f.tell()
6L
History
Date User Action Args
2013-01-17 19:05:04pitrousetrecipients: + pitrou, arigo, rhettinger, skrah, serhiy.storchaka
2013-01-17 19:05:04pitrousetmessageid: <1358449504.68.0.622471725098.issue16273@psf.upfronthosting.co.za>
2013-01-17 19:05:04pitroulinkissue16273 messages
2013-01-17 19:05:04pitroucreate