https://github.com/python/cpython/commit/17b61394ee2cdef25adf39f4fdc5ce80cde32bac
commit: 17b61394ee2cdef25adf39f4fdc5ce80cde32bac
branch: 3.13
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: serhiy-storchaka <storch...@gmail.com>
date: 2025-04-12T10:42:31Z
summary:

[3.13] gh-123441: Update Belorussian spelling (GH-132409) (GH-132432)

(cherry picked from commit ad3bbe8fbcc9045c436b0c5e49b1aec018c59c2d)

Co-authored-by: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com>

files:
M Doc/library/codecs.rst

diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst
index 2cfd8a1eaee806..95600953e5aa88 100644
--- a/Doc/library/codecs.rst
+++ b/Doc/library/codecs.rst
@@ -1103,7 +1103,7 @@ particular, the following variants typically exist:
 
+-----------------+--------------------------------+--------------------------------+
 | cp852           | 852, IBM852                    | Central and Eastern 
Europe     |
 
+-----------------+--------------------------------+--------------------------------+
-| cp855           | 855, IBM855                    | Bulgarian, Byelorussian,  
     |
+| cp855           | 855, IBM855                    | Belarusian, Bulgarian,    
     |
 |                 |                                | Macedonian, Russian, 
Serbian   |
 
+-----------------+--------------------------------+--------------------------------+
 | cp856           |                                | Hebrew                    
     |
@@ -1151,7 +1151,7 @@ particular, the following variants typically exist:
 
+-----------------+--------------------------------+--------------------------------+
 | cp1250          | windows-1250                   | Central and Eastern 
Europe     |
 
+-----------------+--------------------------------+--------------------------------+
-| cp1251          | windows-1251                   | Bulgarian, Byelorussian,  
     |
+| cp1251          | windows-1251                   | Belarusian, Bulgarian,    
     |
 |                 |                                | Macedonian, Russian, 
Serbian   |
 
+-----------------+--------------------------------+--------------------------------+
 | cp1252          | windows-1252                   | Western Europe            
     |
@@ -1216,7 +1216,7 @@ particular, the following variants typically exist:
 
+-----------------+--------------------------------+--------------------------------+
 | iso8859_4       | iso-8859-4, latin4, L4         | Baltic languages          
     |
 
+-----------------+--------------------------------+--------------------------------+
-| iso8859_5       | iso-8859-5, cyrillic           | Bulgarian, Byelorussian,  
     |
+| iso8859_5       | iso-8859-5, cyrillic           | Belarusian, Bulgarian,    
     |
 |                 |                                | Macedonian, Russian, 
Serbian   |
 
+-----------------+--------------------------------+--------------------------------+
 | iso8859_6       | iso-8859-6, arabic             | Arabic                    
     |
@@ -1253,7 +1253,7 @@ particular, the following variants typically exist:
 |                 |                                |                           
     |
 |                 |                                | .. versionadded:: 3.5     
     |
 
+-----------------+--------------------------------+--------------------------------+
-| mac_cyrillic    | maccyrillic                    | Bulgarian, Byelorussian,  
     |
+| mac_cyrillic    | maccyrillic                    | Belarusian, Bulgarian,    
     |
 |                 |                                | Macedonian, Russian, 
Serbian   |
 
+-----------------+--------------------------------+--------------------------------+
 | mac_greek       | macgreek                       | Greek                     
     |

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to