diff options
author | Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com> | 2023-01-18 00:06:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 00:06:38 (GMT) |
commit | 48ec678287a3be1539823fa3fc0ef457ece7e1c6 (patch) | |
tree | 4c1ec0b91c6b31b2106e174f063853443f4def00 /Tools | |
parent | 80e3e3423cb456ba341f95d6a07e94cf3b16c0be (diff) | |
download | cpython-48ec678287a3be1539823fa3fc0ef457ece7e1c6.zip cpython-48ec678287a3be1539823fa3fc0ef457ece7e1c6.tar.gz cpython-48ec678287a3be1539823fa3fc0ef457ece7e1c6.tar.bz2 |
Fix typo and old link in wasm readme (#101096)
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/wasm/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/wasm/README.md b/Tools/wasm/README.md index f8dd6e6..8874f9b 100644 --- a/Tools/wasm/README.md +++ b/Tools/wasm/README.md @@ -168,7 +168,7 @@ functions. - Most user, group, and permission related function and modules are not supported or don't work as expected, e.g.``pwd`` module, ``grp`` module, - ``os.setgroups``, ``os.chown``, and so on. ``lchown`` and `lchmod`` are + ``os.setgroups``, ``os.chown``, and so on. ``lchown`` and ``lchmod`` are not available. - ``umask`` is a no-op. - hard links (``os.link``) are not supported. @@ -192,7 +192,7 @@ functions. supports. It's currently known to crash in combination with threading. - glibc extensions for date and time formatting are not available. - ``locales`` module is affected by musl libc issues, - [bpo-46390](https://bugs.python.org/issue46390). + [gh-90548](https://github.com/python/cpython/issues/90548). - Python's object allocator ``obmalloc`` is disabled by default. - ``ensurepip`` is not available. - Some ``ctypes`` features like ``c_longlong`` and ``c_longdouble`` may need |