[docs] [issue25697] Fix rough alphabetical order in Misc/ACKS
Serhiy Storchaka
report at bugs.python.org
Sun Nov 22 10:44:48 EST 2015
New submission from Serhiy Storchaka:
the list in Misc/ACKS is intended to be in rough alphabetical order by last names. But some lines breaks this order. Proposed patch restores ordering. It also removes duplicates for Richard Oudkerk.
Correct sorting is not easy due to different letter order in different alphabets and different collation rules in different languages. I tried to take it into account, but can make a mistake.
----------
assignee: docs at python
components: Documentation
files: acks_order-3.6.patch
keywords: patch
messages: 255106
nosy: docs at python, georg.brandl, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Fix rough alphabetical order in Misc/ACKS
Added file: http://bugs.python.org/file41125/acks_order-3.6.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25697>
_______________________________________
More information about the docs
mailing list