mirror of
https://github.com/python/cpython.git
synced 2026-04-21 19:31:17 +00:00
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:
parent
f6ed7c0acb
commit
d206d42834
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue