summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
diff options
context:
space:
mode:
authorCAM Gerlach <CAM.Gerlach@Gerlach.CAM>2022-06-09 13:55:06 (GMT)
committerGitHub <noreply@github.com>2022-06-09 13:55:06 (GMT)
commita5ba0f4ebca5020f6c77718a20663e0ac6e194ac (patch)
tree955d4afbe49793d5fc3310741bc25f239963e901 /Doc/c-api
parenta365dd64c2a1f0d142540d5031003f24986f489f (diff)
downloadcpython-a5ba0f4ebca5020f6c77718a20663e0ac6e194ac.zip
cpython-a5ba0f4ebca5020f6c77718a20663e0ac6e194ac.tar.gz
cpython-a5ba0f4ebca5020f6c77718a20663e0ac6e194ac.tar.bz2
Doc: Update references and examples of old, unsupported OSes and uarches (GH-92791)
Diffstat (limited to 'Doc/c-api')
-rw-r--r--Doc/c-api/init_config.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/c-api/init_config.rst b/Doc/c-api/init_config.rst
index 897705c..2074ec4 100644
--- a/Doc/c-api/init_config.rst
+++ b/Doc/c-api/init_config.rst
@@ -735,9 +735,8 @@ PyConfig
* ``"utf-8"`` if :c:member:`PyPreConfig.utf8_mode` is non-zero.
* ``"ascii"`` if Python detects that ``nl_langinfo(CODESET)`` announces
- the ASCII encoding (or Roman8 encoding on HP-UX), whereas the
- ``mbstowcs()`` function decodes from a different encoding (usually
- Latin1).
+ the ASCII encoding, whereas the ``mbstowcs()`` function
+ decodes from a different encoding (usually Latin1).
* ``"utf-8"`` if ``nl_langinfo(CODESET)`` returns an empty string.
* Otherwise, use the :term:`locale encoding`:
``nl_langinfo(CODESET)`` result.