We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c933a6b commit 8ffce75Copy full SHA for 8ffce75
Doc/whatsnew/3.14.rst
@@ -1081,6 +1081,14 @@ The behavior of :func:`!gc.collect` changes slightly:
1081
1082
(Contributed by Mark Shannon in :gh:`108362`.)
1083
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 :issue:`127146`. Emscripten now includes support
1090
+ for ``ctypes`` (:gh:`127683`), ``termios``, and ``fcntl``, as well as
1091
+ experimental support for the new PyREPL (:gh:`136931`).
1092
1093
Other language changes
1094
======================
0 commit comments