Benjamin Peterson <benja...@python.org> added the comment:

If we were starting from zero, I would suggest omitting the lseek() after open. 
Sure .tell() might report 0 on newly opened files, but avoiding unnecessary io 
operations is nicer.

----------
nosy: +benjamin.peterson

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

Reply via email to