[issue6668] locale.py: can't parse sr...@latin locale

2010-02-09 Thread Brian Curtin
Changes by Brian Curtin : -- type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue6668] locale.py: can't parse sr...@latin locale

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: +Library (Lib) -Unicode nosy: +lemburg, loewis stage: -> unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker _

[issue6668] locale.py: can't parse sr...@latin locale

2010-07-11 Thread Brian Curtin
Changes by Brian Curtin : -- components: +Unicode ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue6668] locale.py: can't parse sr...@latin locale

2010-07-13 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: This should be fixed in Python 2.7. It added a few more aliases: 'sr_rs':'sr_RS.UTF-8', 'sr_rs.u...@latn': 'sr_rs.ut...@latin', 'sr...@latin': 'sr_rs.ut...@latin',

[issue6668] locale.py: can't parse sr...@latin locale

2010-10-23 Thread R. David Murray
R. David Murray added the comment: Python 3.2a3+ (py3k:85670:85675M, Oct 17 2010, 20:27:19) [GCC 4.4.4] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import locale >>> locale.setlocale(locale.LC_ALL) 'lc_ctype=sr...@latin;LC_NUMERIC=C;LC_TIME=C;LC_COLLATE=

[issue6668] locale.py: can't parse sr...@latin locale

2009-08-07 Thread Vlada Peric
New submission from Vlada Peric : The sr_RS locale in glibc corresponds to the Cyrillic script, while the agreed upon locale for the Latin alphabet is sr...@latin. Unfortunately, the locale python module crashes when trying to parse this locale. Here is the traceback: File "/usr/lib/python2.6