Issue47218
Created on 2022-04-04 18:53 by ellaellela, last changed 2022-04-11 14:59 by admin.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 32312 | open | ellaellela, 2022-04-04 18:54 | |
| Messages (1) | |||
|---|---|---|---|
| msg416691 - (view) | Author: Marin M (ellaellela) * | Date: 2022-04-04 18:53 | |
LZMAFile doesn't have attribute name, unlike GzipFile which has it. Trying to access that attribute results in error. PR is ready with code changes and tests which mimics what is already available for GzipFile (e.g. we do not take name from BytesIO() objects because they do not have it). A similar PR is ready for BZ2File as well (a different enhancement). |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:58 | admin | set | github: 91374 |
| 2022-04-04 18:54:30 | ellaellela | set | keywords:
+ patch stage: patch review pull_requests: + pull_request30374 |
| 2022-04-04 18:53:55 | ellaellela | create | |