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 sijinjoseph
Recipients arigo, bakuriu, benjamin.peterson, catalin.iacob, pitrou, rhettinger, serhiy.storchaka, sijinjoseph, skrah
Date 2013-04-13.20:15:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365884120.11.0.918457055493.issue16273@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching a patch with a doc update to the tutorial, specifying that

1. The return value from f.tell is an opaque number for text files.
2. When seeking using text files the offset value needs to come from f.tell(). http://docs.python.org/3.4/library/io.html#io.TextIOBase.seek
History
Date User Action Args
2013-04-13 20:15:20sijinjosephsetrecipients: + sijinjoseph, arigo, rhettinger, pitrou, benjamin.peterson, skrah, catalin.iacob, serhiy.storchaka, bakuriu
2013-04-13 20:15:20sijinjosephsetmessageid: <1365884120.11.0.918457055493.issue16273@psf.upfronthosting.co.za>
2013-04-13 20:15:20sijinjosephlinkissue16273 messages
2013-04-13 20:15:20sijinjosephcreate