[Python-checkins] cpython (2.7): Issue #20076: Remove just added the sr_rs.utf8 at latn alias because it is

serhiy.storchaka python-checkins at python.org
Thu Oct 2 09:24:04 CEST 2014


https://hg.python.org/cpython/rev/840af1a073f7
changeset:   92748:840af1a073f7
branch:      2.7
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Thu Oct 02 10:19:09 2014 +0300
summary:
  Issue #20076: Remove just added the sr_rs.utf8 at latn alias because it is
derived from sr_rs at latin.

files:
  Lib/locale.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/locale.py b/Lib/locale.py
--- a/Lib/locale.py
+++ b/Lib/locale.py
@@ -1606,7 +1606,6 @@
     'sr_cs at latn':                           'sr_CS.UTF-8 at latin',
     'sr_me':                                'sr_ME.UTF-8',
     'sr_rs':                                'sr_RS.UTF-8',
-    'sr_rs.utf8 at latn':                      'sr_RS.UTF-8 at latin',
     'sr_rs at latin':                          'sr_RS.UTF-8 at latin',
     'sr_rs at latn':                           'sr_RS.UTF-8 at latin',
     'sr_sp':                                'sr_CS.ISO8859-2',

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list