]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo and old link in wasm readme (#101096)
authorZac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>
Wed, 18 Jan 2023 00:06:38 +0000 (11:06 +1100)
committerGitHub <noreply@github.com>
Wed, 18 Jan 2023 00:06:38 +0000 (16:06 -0800)
Tools/wasm/README.md

index f8dd6e675ea7f1d36e7b44b710d86a91730d63c0..8874f9b7e35e970cd46275740cbee3ad8f9e37a3 100644 (file)
@@ -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