Skip to content

Commit d7e12a3

Browse files
hoodmaneAA-TurnerhugovkStanFromIreland
authored
Add a What's New entry for Emscripten (#137035)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 1150321 commit d7e12a3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,18 @@ The behavior of :func:`!gc.collect` changes slightly:
10811081

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

1084+
Platform support
1085+
================
1086+
1087+
* :pep:`776`: Emscripten is now an officially supported platform at
1088+
:pep:`tier 3 <11#tier-3>`. As a part of this effort, more than 25 bugs in
1089+
`Emscripten libc`__ were fixed. Emscripten now includes support
1090+
for :mod:`ctypes`, :mod:`termios`, and :mod:`fcntl`, as well as
1091+
experimental support for :ref:`PyREPL <tut-interactive>`.
1092+
1093+
(Contributed by R. Hood Chatham in :gh:`127146`, :gh:`127683`, and :gh:`136931`.)
1094+
1095+
__ https://emscripten.org/docs/porting/emscripten-runtime-environment.html
10841096

10851097
Other language changes
10861098
======================

0 commit comments

Comments
 (0)