Skip to content

Commit 395f693

Browse files
committed
docs: document existence of compression.zstd in stdlib
1 parent 6967817 commit 395f693

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/projectinfo.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ C API, including multiple streaming interfaces, precomputed dictionaries,
4141
advanced tuning, buffer-protocol / zero-copy support, inspection tools, and CFFI
4242
or C backend options—making it the most feature-rich binding available.
4343

44+
Python 3.14 introduced zstd support into the standard library via the
45+
[compression.zstd](https://docs.python.org/3.14/library/compression.zstd.html)
46+
module. The standard library has less features than this package. But they
47+
are available and convenient to use. So if it works for you, the standard
48+
library is probably the easiest way to use zstandard compression in Python
49+
going forward.
4450

4551
Performance
4652
===========

0 commit comments

Comments
 (0)