mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
[3.14] gh-132983: Style improvements for compression.zstd
(GH-133547) (#134001)
gh-132983: Style improvements for `compression.zstd` (GH-133547)
(cherry picked from commit b44c824856
)
Co-authored-by: Emma Smith <emma@emmatyping.dev>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
275c8d5dbd
commit
a962934106
8 changed files with 62 additions and 61 deletions
5
Lib/compression/lzma.py
Normal file
5
Lib/compression/lzma.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
import lzma
|
||||
__doc__ = lzma.__doc__
|
||||
del lzma
|
||||
|
||||
from lzma import *
|
Loading…
Add table
Add a link
Reference in a new issue