Skip to content

Commit 40632ad

Browse files
miss-islingtonhoodmaneAA-TurnerhugovkStanFromIreland
authored
[3.14] Add a What's New entry for Emscripten (GH-137035) (#137192)
Add a What's New entry for Emscripten (GH-137035) (cherry picked from commit d7e12a3) Co-authored-by: Hood Chatham <[email protected]> Co-authored-by: Adam Turner <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 9da008d commit 40632ad

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)