New submission from Ryan Birmingham:

In cases where libraries try to call readinto(), the results are unexpected 
(the gzip data). Shouldn't it instead raise UnsupportedOperation for readinto() 
(and truncate())?

----------
components: IO
files: gzip_readinto.patch
keywords: patch
messages: 268773
nosy: Ryan Birmingham
priority: normal
severity: normal
status: open
title: GzipFile's readinto() reads gzip data instead of file data.
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file43446/gzip_readinto.patch

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

Reply via email to