Skip to content

Commit 38bc1b1

Browse files
committed
reword news again
1 parent 828bc55 commit 38bc1b1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Preserve non-UTF-8 encoded filenames when appending to a
2-
:class:`zipfile.ZipFile`. Previously, names stored in a legacy encoding
3-
(without the UTF-8 flag bit set) were corrupted when the central directory
4-
was rewritten.
2+
:class:`zipfile.ZipFile`. Previously, non-ASCII names stored in a legacy
3+
encoding (without the UTF-8 flag bit set) could be corrupted when the
4+
central directory was rewritten: they were decoded as cp437 and then
5+
re-stored as UTF-8.

0 commit comments

Comments
 (0)