https://github.com/python/cpython/commit/d206d42834b2a34aee11b048357131371cf6947d
commit: d206d42834b2a34aee11b048357131371cf6947d
branch: main
author: Stan Ulbrych <[email protected]>
committer: freakboy3742 <[email protected]>
date: 2026-04-21T07:04:50+08:00
summary:
gh-148814: Fix an issue in Emscripten README (#148752)
Correct the description of the default state of test module compilation.
files:
M Platforms/emscripten/README.md
diff --git a/Platforms/emscripten/README.md b/Platforms/emscripten/README.md
index 017bb3c8977d26..ce230c4b74a273 100644
--- a/Platforms/emscripten/README.md
+++ b/Platforms/emscripten/README.md
@@ -186,8 +186,8 @@ await createEmscriptenModule({
are not shipped. All other modules are bundled as pre-compiled
``pyc`` files.
- In-memory file system (MEMFS) is not persistent and limited.
-- Test modules are disabled by default. Use ``--enable-test-modules`` build
- test modules like ``_testcapi``.
+- Test modules are built by default. Use ``--disable-test-modules`` to disable
+ building test modules like ``_testcapi``.
## Detecting Emscripten builds
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]