This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2009年04月05日 15:57 by ymgve, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| Scheme.zip | ymgve, 2009年04月05日 15:57 | Zip archive containing files compressed with IMPLODE | ||
| Messages (1) | |||
|---|---|---|---|
| msg85522 - (view) | Author: Yngve AAdlandsvik (ymgve) | Date: 2009年04月05日 15:57 | |
The attached .zip archive contains two uncompressed files (2! SCHEME.Z64, 3!SCHEME.Z64) and two files compressed with IMPLODE (1! SCHEME.Z64, 4!SCHEME.Z64), a compression method not currently supported in ZipFile. When using ZipFile.read() on the latter files, the compressed data stream is returned, while I assume the proper response would be to throw an exception of some kind to signal that the method is unsupported. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:47 | admin | set | github: 49951 |
| 2012年12月03日 15:57:12 | serhiy.storchaka | set | status: open -> closed nosy: + serhiy.storchaka resolution: duplicate superseder: zipfile should raise an exception for unsupported compression methods stage: test needed -> resolved |
| 2010年07月31日 15:50:31 | BreamoreBoy | set | stage: test needed type: behavior versions: + Python 3.1, Python 2.7, Python 3.2, - Python 2.6 |
| 2009年04月05日 15:57:30 | ymgve | create | |