gh-148814: Fix an issue in Emscripten README (#148752)

Correct the description of the default state of test module compilation.
This commit is contained in:
Stan Ulbrych 2026-04-21 00:04:50 +01:00 committed by GitHub
parent f6ed7c0acb
commit d206d42834
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -186,8 +186,8 @@ #### In the browser
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