https://github.com/python/cpython/commit/7b233c144f5670706d446d583b69974ccb4febb0 commit: 7b233c144f5670706d446d583b69974ccb4febb0 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 <[email protected]> date: 2026-04-20T02:36:44Z summary:
[3.14] gh-148788: Update Emscripten example post move to Platforms dir (GH-148761) (#148789) Update Emscripten example post move to Platforms dir. (cherry picked from commit a00b24ec6832f0972823fb0a453a547113fbd55f) Co-authored-by: Stan Ulbrych <[email protected]> files: M Platforms/emscripten/web_example/index.html diff --git a/Platforms/emscripten/web_example/index.html b/Platforms/emscripten/web_example/index.html index 9c89c9c0ed3bf5..3a207b92015451 100644 --- a/Platforms/emscripten/web_example/index.html +++ b/Platforms/emscripten/web_example/index.html @@ -663,9 +663,9 @@ <h1>Simple REPL for Python WASM</h1> The simple REPL provides a limited Python experience in the browser. <a - href="https://github.com/python/cpython/blob/main/Tools/wasm/README.md" + href="https://github.com/python/cpython/blob/main/Platforms/emscripten/README.md" > - Tools/wasm/README.md + Platforms/emscripten/README.md </a> contains a list of known limitations and issues. Networking, subprocesses, and threading are not available. @@ -679,9 +679,9 @@ <h1>Simple REPL for Python WASM</h1> your browser instead of using <code>server.py</code> as described in <a - href="https://github.com/python/cpython/blob/main/Tools/wasm/README.md#the-web-example" + href="https://github.com/python/cpython/blob/main/Platforms/emscripten/README.md#the-web-example" > - Tools/wasm/README.md + Platforms/emscripten/README.md </a>. </p> <p> _______________________________________________ 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]
