mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
gh-132983: Style improvements for compression.zstd
(#133547)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
e7ad59bd73
commit
b44c824856
8 changed files with 62 additions and 61 deletions
|
@ -2065,7 +2065,7 @@ class TarFile(object):
|
|||
"gz": "gzopen", # gzip compressed tar
|
||||
"bz2": "bz2open", # bzip2 compressed tar
|
||||
"xz": "xzopen", # lzma compressed tar
|
||||
"zst": "zstopen" # zstd compressed tar
|
||||
"zst": "zstopen", # zstd compressed tar
|
||||
}
|
||||
|
||||
#--------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue