8000 gh-132983: Style improvements for `compression.zstd` by emmatyping · Pull Request #133547 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-132983: Style improvements for compression.zstd #133547

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 14, 2025
Prev Previous commit
Next Next commit
Move compression packages to modules
  • Loading branch information
emmatyping committed May 13, 2025
commit 9f8162a460c028a3eab3d36d1cdc87b36fbb5580
File renamed without changes.
File renamed without changes.
< 8000 div class="file-info flex-auto min-width-0 mb-md-0 mb-2"> 0 Lib/compression/lzma/__init__.py → Lib/compression/lzma.py
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -2512,8 +2512,7 @@ maninstall: altmaninstall
XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
LIBSUBDIRS= asyncio \
collections \
compression compression/bz2 compression/gzip compression/zstd \
compression/lzma compression/zlib compression/_common \
compression compression/zstd compression/_common \
concurrent concurrent/futures \
csv \
ctypes ctypes/macholib \
Expand Down
0