This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients chris.jerdonek, docs@python, eric.araujo, ezio.melotti, georg.brandl, jcea, pitrou
Date 2012-07-24.02:41:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343097680.48.0.876967009657.issue15437@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a script that seems to do the job (except for the rst formatting, which can be added later.  This was so that you can see by the diff what has changed).

In the process of doing this, I found that Jeff McNeil is far out of order in Misc/ACKS, and possibly also Hugo Lopes Tavares and Xavier de Gaye, depending on what alphabetization rules should be used.

The script contains logic to collect the non-ascii characters that appear in people's names, so that non-ascii characters can be approximated by ascii characters for ordering purposes (which seems to be how it is done now in some cases).

In a subsequent comment, I will attach a diff that results from running the script, so you can see what effect it has on Misc/ACKS.
History
Date User Action Args
2012-07-24 02:41:20chris.jerdoneksetrecipients: + chris.jerdonek, georg.brandl, jcea, pitrou, ezio.melotti, eric.araujo, docs@python
2012-07-24 02:41:20chris.jerdoneksetmessageid: <1343097680.48.0.876967009657.issue15437@psf.upfronthosting.co.za>
2012-07-24 02:41:19chris.jerdoneklinkissue15437 messages
2012-07-24 02:41:19chris.jerdonekcreate