Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 716b981

Browse filesBrowse files
Review
1 parent 5b42dac commit 716b981
Copy full SHA for 716b981

File tree

2 files changed

+3
-3
lines changed
Filter options

2 files changed

+3
-3
lines changed

‎core-developers/experts.rst

Copy file name to clipboardExpand all lines: core-developers/experts.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ collections.abc rhettinger*, stutzbach^
7878
colorsys
7979
compileall carljm
8080
compression
81+
compression.zstd
8182
concurrent.futures pitrou, brianquinlan, gpshead*
8283
configparser ambv*
8384
contextlib ncoghlan, 1st1
@@ -259,7 +260,6 @@ zipapp pfmoore
259260
zipfile alanmcintyre^, serhiy-storchaka, Yhg1s, gpshead
260261
zipimport Yhg1s*
261262
zlib Yhg1s, gpshead*
262-
compression.zstd
263263
==================== =============================================
264264

265265

‎getting-started/setup-building.rst

Copy file name to clipboardExpand all lines: getting-started/setup-building.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ some of CPython's modules (for example, ``zlib``).
709709

710710
For **Homebrew**, install dependencies using ``brew``::
711711

712-
$ brew install pkg-config openssl@3 xz gdbm tcl-tk mpdecimal
712+
$ brew install pkg-config openssl@3 xz gdbm tcl-tk mpdecimal zstd
713713

714714
.. tab:: Python 3.13+
715715

@@ -750,7 +750,7 @@ some of CPython's modules (for example, ``zlib``).
750750

751751
For **MacPorts**, install dependencies using ``port``::
752752

753-
$ sudo port install pkgconfig openssl xz gdbm tcl tk +quartz mpdecimal
753+
$ sudo port install pkgconfig openssl xz gdbm tk +quartz mpdecimal zstd
754754

755755
.. tab:: Python 3.13+
756756

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.