[Python-Dev] Sort error in Misc/ACKS

2013-12-09 Thread TaeWong
There is a sorting error: The name Jonas Wagner comes before Zachary Ware and Barry Warsaw. Please correct sorting error so that his name appears between Sjoerd de Vries and Niki W. Waibel. ___ Python-Dev mailing list Python-Dev@python.org https://ma

Re: [Python-Dev] Sort error in Misc/ACKS

2013-12-09 Thread Barry Warsaw
On Dec 09, 2013, at 04:00 PM, TaeWong wrote: >The name Jonas Wagner comes before Zachary Ware and Barry Warsaw. Maybe it's time to give up on trying to sort by last name, and just sort by first character? No, this is not a bold attempt to jump higher up in the list. -AABarry

Re: [Python-Dev] Sort error in Misc/ACKS

2013-12-09 Thread Zachary Ware
On Mon, Dec 9, 2013 at 8:57 AM, Barry Warsaw wrote: > On Dec 09, 2013, at 04:00 PM, TaeWong wrote: > >>The name Jonas Wagner comes before Zachary Ware and Barry Warsaw. > > Maybe it's time to give up on trying to sort by last name, and just sort by > first character? > > No, this is not a bold att

Re: [Python-Dev] Sort error in Misc/ACKS

2013-12-09 Thread Skip Montanaro
> We could always run random.shuffle() on the current list > so new additions don't look out of place ;) Wouldn't that bloat the repository with diffs and make merges more difficult? Skip ___ Python-Dev mailing list Python-Dev@python.org https://mail.

Re: [Python-Dev] Sort error in Misc/ACKS

2013-12-09 Thread Sreenivas Reddy T
Am i the one who feels we do not add any value by doing this? Best Regards, Srinivas Reddy Thatiparthy 9703888668. "Anyone who has never made a mistake has never tried anything new !!! " --Albert Einstein On Mon, Dec 9, 2013 at 11:43 PM, Skip Montanaro wrote: > > We could always run random.sh

Re: [Python-Dev] Sort error in Misc/ACKS

2013-12-09 Thread Guido van Rossum
The troll is successful already. Read the other thread. :-( On Mon, Dec 9, 2013 at 10:37 AM, Sreenivas Reddy T wrote: > Am i the one who feels we do not add any value by doing this? > > Best Regards, > Srinivas Reddy Thatiparthy > 9703888668. > > "Anyone who has never made a mistake has never tri