New submission from Serhiy Storchaka: Proposed patch removes over 400 entities from locale alias tables. They are redundant because they can be calculated on fly.
Also it enables utf8 aliases. Now this adds not hundreds of redundant aliases, but only 8 new locales: + 'be_bg.utf8': 'bg_BG.UTF-8', + 'c.utf8': 'en_US.UTF-8', + 'en_dl.utf8': 'en_DL.UTF-8', + 'en_zw.utf8': 'en_ZS.UTF-8', + 'pa_pk.utf8': 'pa_PK.UTF-8', + 'sr_yu.utf8': 'sr_RS.UTF-8', + 'te_in.utf8': 'te_IN.UTF-8', + 'zh_sg.utf8': 'zh_SG.UTF-8', ---------- components: Library (Lib) files: locale_optimize_aliases.patch keywords: patch messages: 206769 nosy: lemburg, loewis, serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Optimize locale aliases table type: enhancement Added file: http://bugs.python.org/file33249/locale_optimize_aliases.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20046> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com