blob: aa7a34d0bde71dc9b61d0a801caed0a8ed7f5781 (
plain)
1
2
3
4
|
The :class:`zipfile.ZipInfo` previously protected ``._compresslevel``
attribute has been made public as ``.compress_level`` with the old
``_compresslevel`` name remaining available as a property to retain
compatibility.
|