[Patches] [ python-Patches-544113 ] merging sorted sequences

noreply@sourceforge.net noreply@sourceforge.net
Sat, 27 Jul 2002 15:23:22 -0700


Patches item #544113, was opened at 2002-04-15 07:42
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=544113&group_id=5470

Category: Library (Lib)
Group: Python 2.3
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Sebastien Keim (s_keim)
Assigned to: Nobody/Anonymous (nobody)
Summary: merging sorted sequences

Initial Comment:
This patch is intended to add to the bisect module a function witch permit to merge several sorted sequences into an ordered list.

----------------------------------------------------------------------

>Comment By: Guido van Rossum (gvanrossum)
Date: 2002-07-27 18:23

Message:
Logged In: YES 
user_id=6380

Thanks.

This doesn't strike me as a "fundamental" algorithm like
bisection or heap sort. I don't think I've ever needed this,
except perhaps in situations where the amount of data was
small enough that simply concatenating the lists and sorting
them was an acceptable 3-line solution.

Therefore I'm rejecting this unless you get someone of
importance to plead for it.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=544113&group_id=5470