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.

classification
标题: adding name to lzmafile
类型: enhancement Stage: patch review
Components: Library (Lib) Versions: Python 3.11
process
状态: open Resolution:
Dependencies: 后续:
分配给: 抄送列表: ellaellela
优先级: normal 关键字: patch

ellaellela2022-04-04 18:53 创建。最近一次由 admin2022-04-11 14:59 修改。

Pull Requests
URL Status Linked Edit
PR 32312 open ellaellela, 2022-04-04 18:54
Messages (1)
msg416691 - (view) Author: Marin M (ellaellela) * 日期: 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).
历史
日期 用户 动作 参数
2022-04-11 14:59:58admin修改github: 91374
2022-04-04 18:54:30ellaellela修改keywords: + patch
stage: patch review
pull_requests: + pull_request30374
2022-04-04 18:53:55ellaellela创建