R. David Murray added the comment:

Regardless of whether or not it *can* be fixed, I personally would not expect 
the file position to be either unchanged or predictable.  The file object is 
being passed to something that is going to read and/or write from it, after 
all.  If the calling application needs the file to be in a particular seek 
position, it should save it and reset it, I think.

----------
nosy: +r.david.murray

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

Reply via email to