From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 7 Oct 2025 20:38:47 +0000 (+0200) Subject: [3.14] gh-123441: Correct the supported languages of the iso-8859-4 codec (GH-137034... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fc69e88e6d5708c2a3758cfc65cfa7c88fea2c4;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-123441: Correct the supported languages of the iso-8859-4 codec (GH-137034) (GH-137419) (cherry picked from commit 525784aa65d35a5609aba53c873a9a3a578f992b) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> --- diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index f96f2f8281f4..5932012c535b 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -1251,7 +1251,7 @@ particular, the following variants typically exist: +-----------------+--------------------------------+--------------------------------+ | iso8859_3 | iso-8859-3, latin3, L3 | Esperanto, Maltese | +-----------------+--------------------------------+--------------------------------+ -| iso8859_4 | iso-8859-4, latin4, L4 | Baltic languages | +| iso8859_4 | iso-8859-4, latin4, L4 | Northern Europe | +-----------------+--------------------------------+--------------------------------+ | iso8859_5 | iso-8859-5, cyrillic | Belarusian, Bulgarian, | | | | Macedonian, Russian, Serbian |