Message416690
BZ2File 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 LZMAFile as well (a different enhancement). |
|
Date |
User |
Action |
Args |
2022-04-04 18:49:04 | ellaellela | set | recipients:
+ ellaellela |
2022-04-04 18:49:04 | ellaellela | set | messageid: <1649098144.47.0.758350700738.issue47217@roundup.psfhosted.org> |
2022-04-04 18:49:04 | ellaellela | link | issue47217 messages |
2022-04-04 18:49:04 | ellaellela | create | |
|