Sijin Joseph added the comment:

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

----------
keywords: +patch
nosy: +sijinjoseph
Added file: http://bugs.python.org/file29823/16273-doc-update.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16273>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to