Skip to content

Commit 6144c1a

Browse files
hoodmaneAA-Turner
andauthored
Update Doc/whatsnew/3.14.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 196a398 commit 6144c1a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,9 +1086,13 @@ Platform Support
10861086

10871087
* :pep:`776`: Emscripten is now an officially supported platform at
10881088
:pep:`tier 3 <11#tier-3>`. As a part of this effort, more than 25 bugs in
1089-
Emscripten libc were fixed :gh:`127146`. Emscripten now includes support
1090-
for ``ctypes`` (:gh:`127683`), ``termios``, and ``fcntl``, as well as
1091-
experimental support for PyREPL (:gh:`136931`).
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 PyREPL.
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
10921096

10931097
Other language changes
10941098
======================

0 commit comments

Comments
 (0)