copysort patch, was RE: [Python-Dev] inline sort option
Guido van Rossum
guido at python.org
Tue Oct 28 10:18:45 EST 2003
More information about the Python-Dev mailing list
Tue Oct 28 10:18:45 EST 2003
- Previous message: [Python-Dev] Re: Guido's Magic Code was: inline sort option
- Next message: copysort patch, was RE: [Python-Dev] inline sort option
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Okay, this is the last chance to come-up with a name other than > sorted(). > > Here are some alternatives: > > inlinesort() # immediately clear how it is different from sort() > sortedcopy() # clear that it makes a copy and does a sort > newsorted() # appropriate for a class method constructor > > > I especially like the last one and all of them provide a distinction > from list.sort(). While we're voting, I still like list.sorted() best, so please keep that one in the list of possibilities. --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] Re: Guido's Magic Code was: inline sort option
- Next message: copysort patch, was RE: [Python-Dev] inline sort option
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list