8000 Fix typo and old link in wasm readme (#101096) · python/cpython@48ec678 · GitHub
[go: up one dir, main page]

Skip to content

Commit 48ec678

Browse files
authored
Fix typo and old link in wasm readme (#101096)
1 parent 80e3e34 commit 48ec678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/wasm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ functions.
168168

169169
- Most user, group, and permission related function and modules are not
170170
supported or don't work as expected, e.g.``pwd`` module, ``grp`` module,
171-
``os.setgroups``, ``os.chown``, and so on. ``lchown`` and `lchmod`` are
171+
``os.setgroups``, ``os.chown``, and so on. ``lchown`` and ``lchmod`` are
172172
not available.
173173
- ``umask`` is a no-op.
174174
- hard links (``os.link``) are not supported.
@@ -192,7 +192,7 @@ functions.
192192
supports. It's currently known to crash in combination with threading.
193193
- glibc extensions for date and time formatting are not available.
194194
- ``locales`` module is affected by musl libc issues,
195-
[bpo-46390](https://bugs.python.org/issue46390).
195+
[gh-90548](https://github.com/python/cpython/issues/90548).
196196
- Python's object allocator ``obmalloc`` is disabled by default.
197197
- ``ensurepip`` is not available.
198198
- Some ``ctypes`` features like ``c_longlong`` and ``c_longdouble`` may need

0 commit comments

Comments
 (0)
0