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.

Author ellaellela
Recipients ellaellela
Date 2022-04-04.18:53:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649098435.58.0.673652307913.issue47218@roundup.psfhosted.org>
In-reply-to
Content
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-04 18:53:55ellaellelasetrecipients: + ellaellela
2022-04-04 18:53:55ellaellelasetmessageid: <1649098435.58.0.673652307913.issue47218@roundup.psfhosted.org>
2022-04-04 18:53:55ellaellelalinkissue47218 messages
2022-04-04 18:53:55ellaellelacreate