Skip to content
Merged
Changes from 3 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
================

* :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 :issue:`127146`. Emscripten now includes support
for ``ctypes`` (:gh:`127683`), ``termios``, and ``fcntl``, as well as
experimental support for PyREPL (:gh:`136931`).

Other language changes
======================
Expand Down
Loading