[issue20034] Update locale alias table

2013-12-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 72e68af9e2fa by Serhiy Storchaka in branch 'default': Issue #20034: Updated alias mapping to most recent locale.alias file http://hg.python.org/cpython/rev/72e68af9e2fa -- ___ Python tracker

[issue20034] Update locale alias table

2013-12-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 81f8375e60ce by Serhiy Storchaka in branch '2.7': Issue #20034: Updated alias mapping to most recent locale.alias file http://hg.python.org/cpython/rev/81f8375e60ce New changeset ed62c4c70c4d by Serhiy Storchaka in branch '3.3': Issue #20034: Update

[issue20034] Update locale alias table

2013-12-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks for your review, Marc-Andre. -- assignee: -> serhiy.storchaka resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker __

[issue20034] Update locale alias table

2013-12-20 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 20.12.2013 16:12, Serhiy Storchaka wrote: > > Serhiy Storchaka added the comment: > >> Looks good. > > Should these patch be applied only to 3.4 or to all maintained > releases? I suppose the later, because alias table which is not > conform recent sy

[issue20034] Update locale alias table

2013-12-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > Looks good. Should these patch be applied only to 3.4 or to all maintained releases? I suppose the later, because alias table which is not conform recent systems configuration is a bug. > BTW, regarding the devanagari cases: This patch only updates the d

[issue20034] Update locale alias table

2013-12-20 Thread Berker Peksag
Berker Peksag added the comment: See also issue 16555. -- nosy: +berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue20034] Update locale alias table

2013-12-20 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 20.12.2013 12:36, Serhiy Storchaka wrote: > > Proposed patch updates locale alias table to most recent locale.alias file > (from X.org 7.7 distribution). Looks good. BTW, regarding the devanagari cases: There is some recent activity in glibc related t

[issue20034] Update locale alias table

2013-12-20 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch updates locale alias table to most recent locale.alias file (from X.org 7.7 distribution). -- components: Library (Lib) files: locale_aliases_77.patch keywords: patch messages: 206676 nosy: lemburg, loewis, serhiy.storchaka priority: