]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-148814: Fix an issue in Emscripten README (GH-148752) (#148815)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 Apr 2026 23:10:52 +0000 (01:10 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Apr 2026 23:10:52 +0000 (23:10 +0000)
Correct the description of the default state of test module compilation.
(cherry picked from commit d206d42834b2a34aee11b048357131371cf6947d)

Co-authored-by: Stan Ulbrych <stan@python.org>
Platforms/emscripten/README.md

index c1fb1dd53567719de551db58117657b4745b668d..82d338c7781c820dbed3a83ef65fa7f6331385bd 100644 (file)
@@ -243,8 +243,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``.
 
 ## WASI (wasm32-wasi)