[Patches] [ python-Patches-721061 ] Add copyrange method to array.

SourceForge.net noreply@sourceforge.net
Mon, 14 Apr 2003 05:41:25 -0700


Patches item #721061, was opened at 2003-04-14 22:41
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=721061&group_id=5470

Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Neil Hodgson (nyamatongwe)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add copyrange method to array.

Initial Comment:
The split buffer data structure commonly used in text 
editors to efficiently manipulate text and data attached 
to that text can be implemented using the Python array 
type with the addition of a way to rapidly copy data 
within arrays. There may be other situations in which 
rapidly copying blocks within an array is useful.

-- Neil Hodgson

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

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