[Python-checkins] cpython (3.4): 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/ed92f06cdd8b
changeset: 92749:ed92f06cdd8b
branch: 3.4
parent: 92744:b51742cb1685
user: Serhiy Storchaka <storchaka at gmail.com>
date: Thu Oct 02 10:19:29 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
@@ -1264,7 +1264,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 latn': 'sr_RS.UTF-8 at latin',
'sr_sp': 'sr_CS.ISO8859-2',
'sr_yu': 'sr_RS.UTF-8 at latin',
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list