8000 gh-95451: Update docs for wasm32-emscripten and -wasi platforms by tiran · Pull Request #95452 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-95451: Update docs for wasm32-emscripten and -wasi platforms #95452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Aug 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/library/intro.rst
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
  • Loading branch information
tiran and ezio-melotti authored Aug 1, 2022
commit 2bebb1ba98981984e93b2616bde6083251381a70
4 changes: 2 additions & 2 deletions Doc/library/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ DOM APIs as well as limited networking capabilities with JavaScript's

* The :mod:`socket` module is available, but is dysfunctional.

* Some functions are stubs that either don't do anything and always return some
hardcoded value.
* Some functions are stubs that either don't do anything and always return
hardcoded values.
Comment on lines +108 to +109
Copy link
Member
@CAM-Gerlach CAM-Gerlach Aug 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to refer to, e.g., the os module here? Another specific module? Or "other modules" in general? Whatever is the case, it should be explicitly specified, as I was rather confused what this was supposed to say. Furthermore, if "other modules" in general (as currently implied), it should be the last bullet, since it is a catchall that covers everything. Also, did did you mean "either ... or", or just "and" (no "either")? Right now it reads "either ... and" which doesn't really make grammatical sense.


* Functions related to file descriptors, file permissions, file ownership, and
links are limited and don't support some operations.
Expand Down
0