https://github.com/python/cpython/commit/c235654cba26a4f538256842cec8ff1fa9f22331 commit: c235654cba26a4f538256842cec8ff1fa9f22331 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 <[email protected]> date: 2026-04-20T23:10:52Z summary:
[3.14] gh-148814: Fix an issue in Emscripten README (GH-148752) (#148815) Correct the description of the default state of test module compilation. (cherry picked from commit d206d42834b2a34aee11b048357131371cf6947d) Co-authored-by: Stan Ulbrych <[email protected]> files: M Platforms/emscripten/README.md diff --git a/Platforms/emscripten/README.md b/Platforms/emscripten/README.md index c1fb1dd5356771..82d338c7781c82 100644 --- a/Platforms/emscripten/README.md +++ b/Platforms/emscripten/README.md @@ -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) _______________________________________________ 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]
