Skip to content

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
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
8 changes: 8 additions & 0 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1081,6 +1081,14 @@ The behavior of :func:`!gc.collect` changes slightly:

(Contributed by Mark Shannon in :gh:`108362`.)

Platform Support
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Platform Support
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
Copy link
Member

@AA-Turner AA-Turner Jul 23, 2025

Choose a reason for hiding this comment

The 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
* :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`).
* :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. Emscripten now includes support
for :mod:`ctypes`, :mod:`termios`, and :mod:`fcntl`, as well as
experimental support for PyREPL.
(Contributed by R. Hood Chatham in :gh:`127146`, :gh:`127683`, and :gh:`136931`.)
__ https://emscripten.org/docs/porting/emscripten-runtime-environment.html

Copy link
Member

Choose a reason for hiding this comment

The 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...".)

Copy link
Member

Choose a reason for hiding this comment

The 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
======================
Expand Down
Loading