Martin Panter added the comment:

Another behaviour change in v7 is the seekable() return value is now inherited 
from underlying file, instead of always being True. I mentioned on Reitveld why 
this could be a bad idea, but as it is undocumented and untested and will leave 
the new behaviour unless someone complains.

Posting v8, with these changes from v7:

* Reverted _read_exact() and read() loop changes to fix tests
* Restored myfileobj attribute and test that it is closed
* Clean up gzip read() loop so that it always returns data if available, rather 
than raising EOFError
* Document the read(None) is now allowed
* Other minor changes addressing review comments

----------
Added file: http://bugs.python.org/file38686/LZMAFile-etc.v8.patch

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

Reply via email to