Message186423
| Author | serhiy.storchaka |
|---|---|
| Recipients | serhiy.storchaka |
| Date | 2013-04-09.15:03:01 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1365519781.38.0.309194725625.issue17681@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Gzip files can contains an extra field and some applications use this for extending gzip format. The current GzipFile implementation ignores this field on input and doesn't allow to create a new file with an extra field. I propose to save an extra field data on reading as a GzipFile attribute and add new parameter for GzipFile constructor for creating new file with an extra field. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-04-09 15:03:01 | serhiy.storchaka | set | recipients: + serhiy.storchaka |
| 2013-04-09 15:03:01 | serhiy.storchaka | set | messageid: <1365519781.38.0.309194725625.issue17681@psf.upfronthosting.co.za> |
| 2013-04-09 15:03:01 | serhiy.storchaka | link | issue17681 messages |
| 2013-04-09 15:03:01 | serhiy.storchaka | create | |