-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Add What's New entry about Emscripten changes #137035
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -1081,6 +1081,14 @@ The behavior of :func:`!gc.collect` changes slightly: | |||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
(Contributed by Mark Shannon in :gh:`108362`.) | ||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
Platform Support | ||||||||||||||||||||||||||||||
================ | ||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
* :pep:`776`: Emscripten is now an officially supported platform at | ||||||||||||||||||||||||||||||
:pep:`tier 3 <11#tier-3>`. As a part of this effort, more than 25 bugs in | ||||||||||||||||||||||||||||||
Emscripten libc were fixed :gh:`127146`. Emscripten now includes support | ||||||||||||||||||||||||||||||
for ``ctypes`` (:gh:`127683`), ``termios``, and ``fcntl``, as well as | ||||||||||||||||||||||||||||||
experimental support for PyREPL (:gh:`136931`). | ||||||||||||||||||||||||||||||
Comment on lines
+1087
to
+1091
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Provide a link for Emscripten libc & cross reference the various modules. Feel free to edit the suggestion if there's a better link etc
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. (I edited Adam's suggestion to delete a space before a full stop, and add a full stop at the end of "Contributed by...".) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It might be good to link to https://docs.python.org/3/tutorial/appendix.html#tut-interac when discussing PyREPL. I think it is still new enough that people may not know what PyREPL is vs the the REPL in general. |
||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
Other language changes | ||||||||||||||||||||||||||||||
====================== | ||||||||||||||||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.