[Tracker-discuss] [issue561] Sorting with locale does not work properly with Python3 on Macos

2015-01-08 Thread pnugues
New submission from pnugues: The sorted() function does not work properly with macosx. Here is a script to reproduce the issue: import locale locale.setlocale(locale.LC_ALL, fr_FR.UTF-8) a = [A, E, Z, a, e, é, z] sorted(a) sorted(a, key=locale.strxfrm) The execution on MacOsX produces:

[Tracker-discuss] [issue561] Sorting with locale does not work properly with Python3 on Macos

2015-01-08 Thread R David Murray
R David Murray added the comment: This is the tracker for problems with the functioning of the bugs.python.org tracker. python bugs should be reported to the bugs.python.org tracker itself, not here. -- nosy: +r.david.murray priority: urgent - wish status: unread - resolved