Skip to content

Commit 827f4d9

Browse files
Apply suggestions from code review
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
1 parent 29064d3 commit 827f4d9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Lib/test/test_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ def do_test(test, obj, abilities):
553553
for [test, abilities] in tests:
554554
with self.subTest(test):
555555
if test == pipe_writer and not threading_helper.can_start_thread:
556-
skipTest()
556+
skipTest()
557557
with test() as obj:
558558
do_test(test, obj, abilities)
559559

Tools/wasm/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ https://github.com/psf/webassembly for more information.
2424
To cross compile to the ``wasm32-emscripten`` platform you need
2525
[the Emscripten compiler toolchain](https://emscripten.org/),
2626
a Python interpreter, and an installation of Node version 18 or newer.
27-
Emscripten version 4.0.2 or newer is recommended. All commands below are
28-
relative to a checkout of the Python repository.
27+
Emscripten version 4.0.2 is recommended; newer versions may also work, but all
28+
official testing is performed with that version. All commands below are relative
29+
to a checkout of the Python repository.
2930

3031
#### Install [the Emscripten compiler toolchain](https://emscripten.org/docs/getting_started/downloads.html)
3132

0 commit comments

Comments
 (0)