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 skrah
Recipients arigo, pitrou, rhettinger, serhiy.storchaka, skrah
Date 2013-01-17.18:32:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358447568.85.0.20901776817.issue16273@psf.upfronthosting.co.za>
In-reply-to
Content
What is in sample.txt? I cannot reproduce this with a source build
(Windows 7, 64-bit pgo build):

Python 2.7.3+ (default, Jan 17 2013, 20:26:24) [MSC v.1500 64 bit (AMD64)] on win32                          
Type "help", "copyright", "credits" or "license" for more information.                                       
>>> f = open('sample.txt')                                                                                   
>>> f.read(3)                                                                                                
'abc'                                                                                                        
>>> f.read(3)                                                                                                
'def'                                                                                                        
>>> f.tell()                                                                                                 
6L
History
Date User Action Args
2013-01-17 18:32:48skrahsetrecipients: + skrah, arigo, rhettinger, pitrou, serhiy.storchaka
2013-01-17 18:32:48skrahsetmessageid: <1358447568.85.0.20901776817.issue16273@psf.upfronthosting.co.za>
2013-01-17 18:32:48skrahlinkissue16273 messages
2013-01-17 18:32:48skrahcreate