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 steven.daprano
Recipients cykerway, serhiy.storchaka, steven.daprano, tim.peters, xtreak
Date 2018-10-17.23:07:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539817668.14.0.788709270274.issue35010@psf.upfronthosting.co.za>
In-reply-to
Content
> And you are free to use whatever sorting algorithms in its implementation for this kind of task.

That's very kind of you *wink*

At this point, I don't think there's much more point to discussing this further until Tim Peters weighs in and lets us know what he thinks. If he loves the idea, and is able to implement it, it may happen; if he is luke-warm or hates it, probably not.

(My own *personal* view is that unless there is an obvious and consistent performance win from adding this, adding the extra complexity to both the sort implementation and the interface isn't worth the effort. Not every simple helper function needs to be a builtin.)
History
Date User Action Args
2018-10-17 23:07:48steven.dapranosetrecipients: + steven.daprano, tim.peters, serhiy.storchaka, cykerway, xtreak
2018-10-17 23:07:48steven.dapranosetmessageid: <1539817668.14.0.788709270274.issue35010@psf.upfronthosting.co.za>
2018-10-17 23:07:48steven.dapranolinkissue35010 messages
2018-10-17 23:07:48steven.dapranocreate