blob: 08428e63be3d4f9e1fc684f411b5863c20ef5961 (
plain)
1
2
3
4
|
Add the *metadata_encoding* parameter in the :class:`zipfile.ZipFile`
constructor and the ``--metadata-encoding`` option in the :mod:`zipfile`
CLI to allow reading zipfiles using non-standard codecs to encode the
filenames within the archive.
|