]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a What's New entry for Emscripten (#137035)
authorHood Chatham <roberthoodchatham@gmail.com>
Tue, 29 Jul 2025 00:42:07 +0000 (02:42 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Jul 2025 00:42:07 +0000 (01:42 +0100)
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>
Doc/whatsnew/3.14.rst

index 44ee2bbeb7761f287ec1757e99022c5f4a7480eb..49406a1ece6235eb245c3720df167851d1faf26b 100644 (file)
@@ -1081,6 +1081,18 @@ 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. Emscripten now includes support
+  for :mod:`ctypes`, :mod:`termios`, and :mod:`fcntl`, as well as
+  experimental support for :ref:`PyREPL <tut-interactive>`.
+
+  (Contributed by R. Hood Chatham in :gh:`127146`, :gh:`127683`, and :gh:`136931`.)
+
+  __ https://emscripten.org/docs/porting/emscripten-runtime-environment.html
 
 Other language changes
 ======================