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

> It seems we have a failure on Leopard:

I think the issue is you request a 4096 transfer near the end of file, but 
there aren't that many bytes remaining. Apparently OS X then doesn't transfer 
anything and returns 0. Hint:

>>> 10485760. / 4096
2560.0
>>> 10486272. / 4096
2560.125

----------

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

Reply via email to