[issue17666] Extra gzip headers breaks _read_gzip_header

2013-05-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset c31ff361cde3 by Serhiy Storchaka in branch '3.2': Close #17666: Fix reading gzip files with an extra field. http://hg.python.org/cpython/rev/c31ff361cde3 -- stage: commit review -> committed/rejected ___

[issue17666] Extra gzip headers breaks _read_gzip_header

2013-05-12 Thread Georg Brandl
Georg Brandl added the comment: Cherry-picked to 3.2 branch as c31ff361cde3. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue17666] Extra gzip headers breaks _read_gzip_header

2013-04-10 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue17666] Extra gzip headers breaks _read_gzip_header

2013-04-10 Thread Gregory P. Smith
Changes by Gregory P. Smith : -- nosy: +benjamin.peterson, larry priority: normal -> release blocker ___ Python tracker ___ ___ Python

[issue17666] Extra gzip headers breaks _read_gzip_header

2013-04-10 Thread Georg Brandl
Georg Brandl added the comment: Serhiy, do you want to fix this also in 3.2? I'll roll a brown-paper-bag release of 3.2 and 3.3 together with 2.7.5. -- ___ Python tracker ___ __

[issue17666] Extra gzip headers breaks _read_gzip_header

2013-04-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The committed patch contains a simple test for gzip file with an extra field. When we add the feature to create gzip files with an extra field, this test can be extended. -- ___ Python tracker

[issue17666] Extra gzip headers breaks _read_gzip_header

2013-04-09 Thread Christian Heimes
Changes by Christian Heimes : -- nosy: +christian.heimes resolution: fixed -> stage: committed/rejected -> commit review ___ Python tracker ___ _

[issue17666] Extra gzip headers breaks _read_gzip_header

2013-04-09 Thread Antoine Pitrou
Antoine Pitrou added the comment: Adding Georg for 3.2. -- nosy: +georg.brandl, pitrou ___ Python tracker ___ ___ Python-bugs-list mai

[issue17666] Extra gzip headers breaks _read_gzip_header

2013-04-09 Thread Peter
Peter added the comment: Reopening: The same regression issue affects Python 3.2.4 as well, so if the fix could be committed to that branch as well that would be great. Long term, I infer that there are no GZIP files in the test suite which use the GZIP header to store metadata (otherwise this

[issue17666] Extra gzip headers breaks _read_gzip_header

2013-04-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 29f0836c0456 by Serhiy Storchaka in branch '2.7': Close #17666: Fix reading gzip files with an extra field. http://hg.python.org/cpython/rev/29f0836c0456 New changeset f78d2605f452 by Serhiy Storchaka in branch '3.3': Close #17666: Fix reading gzip

[issue17666] Extra gzip headers breaks _read_gzip_header

2013-04-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Oh-oh-h, it's my fault. Thank you, Peter, for your report and the proposed fix. -- ___ Python tracker ___

[issue17666] Extra gzip headers breaks _read_gzip_header

2013-04-08 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: -> serhiy.storchaka nosy: +serhiy.storchaka stage: -> needs patch type: -> behavior versions: +Python 2.7, Python 3.4 ___ Python tracker _

[issue17666] Extra gzip headers breaks _read_gzip_header

2013-04-08 Thread Peter
New submission from Peter: Regression in Python 3.3.0 to 3.3.1, tested under Mac OS X 10.8 and CentOS Linux 64bit. The same regression also present in going from Python 2.7.3 from 2.7.4, does that need a separate issue filed? Consider this VALID GZIP file, human link: https://github.com/biopy