The PS: at the top of Misc/ACKS says:
PS: In the standard Python distribution, this file is encoded in UTF-8
and the list is in rough alphabetical order by last names.
However, the last 3 names in the list don't appear to be part of that
alphabetical order. Is this somehow intentional, or just a
Hi,
On 11/11/2011 10.39, Eli Bendersky wrote:
The PS: at the top of Misc/ACKS says:
PS: In the standard Python distribution, this file is encoded in UTF-8
and the list is in rough alphabetical order by last names.
However, the last 3 names in the list don't appear to be part of that
alphabetic
Am 11.11.2011 10:56, schrieb Ezio Melotti:
> Hi,
>
> On 11/11/2011 10.39, Eli Bendersky wrote:
>> The PS: at the top of Misc/ACKS says:
>>
>> PS: In the standard Python distribution, this file is encoded in UTF-8
>> and the list is in rough alphabetical order by last names.
>>
>> However, the last
Le 09/11/2011 23:45, "Martin v. Löwis" a écrit :
After a quick search on Google codesearch (before it disappears!), I don't
think that "encoding" a Unicode string to its internal PEP-393 representation
would satisfy any program. It looks like wchar_t* is a better candidate.
Ok. Making it Py_UNI
> The key point here is that it is *rough* alphabetic order. IMO, sorting
> accented characters along with their unaccented versions would be fine
> as well, and be more practical. In general, it's not possible to provide
> a "correct" alphabetic order. For example, in German, 'ö' sorts after
> 'o'
ACTIVITY SUMMARY (2011-11-04 - 2011-11-11)
Python tracker at http://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.
Issues counts and deltas:
open3110 ( -8)
closed 22056 (+50)
total 25166 (+42)
Open issues wit
Hi,
Our Hg repo has some useful hooks on commit messages that allow to
specify which issue to notify for commits, and which issue to close.
AFAIU, it's currently documented only in the code of the hook
(http://hg.python.org/hooks/file/tip/hgroundup.py).
I think adding a short description into the
On Fri, Nov 11, 2011 at 11:24, Eli Bendersky wrote:
> Hi,
>
> Our Hg repo has some useful hooks on commit messages that allow to
> specify which issue to notify for commits, and which issue to close.
> AFAIU, it's currently documented only in the code of the hook
> (http://hg.python.org/hooks/fil
Am 11.11.2011 20:24, schrieb Eli Bendersky:
> Hi,
>
> Our Hg repo has some useful hooks on commit messages that allow to
> specify which issue to notify for commits, and which issue to close.
> AFAIU, it's currently documented only in the code of the hook
> (http://hg.python.org/hooks/file/tip/hgr
Eli Bendersky writes:
> special locale. It makes me wonder whether it's possible to have a
> contradiction in the ordering, i.e. have a set of names that just
> can't be sorted in any order acceptable by everyone.
Yes, it is. The examples were already given in this thread. The
Han-using lang
10 matches
Mail list logo