gh-84353: Change the first-attempt zipfile encoding to cp437#104347
gh-84353: Change the first-attempt zipfile encoding to cp437#104347arhadthedev wants to merge 1 commit intopython:mainfrom
Conversation
|
This test fails: cpython/Lib/test/test_zipfile/test_core.py Lines 2983 to 2984 in 22f3425 Relevant declarations: cpython/Lib/test/test_zipfile/test_core.py Lines 2970 to 2973 in 22f3425 cpython/Lib/test/test_zipfile/test_core.py Line 2896 in 22f3425 |
| def _encodeFilenameFlags(self): | ||
| try: | ||
| return self.filename.encode('ascii'), self.flag_bits | ||
| return self.filename.encode('cp437'), self.flag_bits |
There was a problem hiding this comment.
This would need to add the removal of the UTF-8 bit from flag_bits again... which would re-create this regression. #95463
I'll follow up on the issue.
|
Should I close this PR since the parent issue is closed? |
|
From #84353 (comment):
Thus closing the PR. |
Uh oh!
There was an error while loading. Please reload this page.