Antoine Pitrou <pit...@free.fr> added the comment:

The use of fdst.truncate() is indeed wrong, since truncate() in 3.x is defined 
as truncating up to the current file position (which has been moved forward by 
the latest seek()).

----------
nosy: +pitrou

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

Reply via email to