From: Stan Ulbrych Date: Mon, 20 Apr 2026 23:04:50 +0000 (+0100) Subject: gh-148814: Fix an issue in Emscripten README (#148752) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d206d42834b2a34aee11b048357131371cf6947d;p=thirdparty%2FPython%2Fcpython.git gh-148814: Fix an issue in Emscripten README (#148752) Correct the description of the default state of test module compilation. --- diff --git a/Platforms/emscripten/README.md b/Platforms/emscripten/README.md index 017bb3c8977d..ce230c4b74a2 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