summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-01-11-16-58-10.gh-issue-113971.skJZ4g.rst
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.