]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-148814: Fix an issue in Emscripten README (#148752) main
authorStan Ulbrych <stan@python.org>
Mon, 20 Apr 2026 23:04:50 +0000 (00:04 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Apr 2026 23:04:50 +0000 (07:04 +0800)
Correct the description of the default state of test module compilation.

Platforms/emscripten/README.md

index 017bb3c8977d26ebb32d4652c88e2e38be646158..ce230c4b74a2738aa158d63d29118025a877c533 100644 (file)
@@ -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