diff options
author | Gregory P. Smith <greg@krypto.org> | 2024-01-12 20:15:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-12 20:15:05 (GMT) |
commit | b44b9d99004f096619c962a8b42a19322f6a441b (patch) | |
tree | f9f32f7eeac3ec7da168e23946365dfb024a4c37 /Lib/test/test_tracemalloc.py | |
parent | ac92527c08d917dffdb9c0a218d06f21114614a2 (diff) | |
download | cpython-b44b9d99004f096619c962a8b42a19322f6a441b.zip cpython-b44b9d99004f096619c962a8b42a19322f6a441b.tar.gz cpython-b44b9d99004f096619c962a8b42a19322f6a441b.tar.bz2 |
gh-113971: Make `zipfile.ZipInfo._compresslevel` public as `.compress_level` (#113969)
Make zipfile.ZipInfo.compress_level public.
A property is used to retain the behavior of the ._compresslevel.
People constructing zipfile.ZipInfo instances to pass into existing APIs to control per-file compression levels already treat this as public, there was never a reason for it not to be.
I used the more modern name compress_level instead of compresslevel as the keyword argument on other ZipFile APIs is called to be consistent with compress_type and a general long term preference of not runningwordstogether without a separator in names.
Diffstat (limited to 'Lib/test/test_tracemalloc.py')
0 files changed, 0 insertions, 0 deletions