[ python-Feature Requests-721061 ] Add copyrange method to array.

SourceForge.net noreply at sourceforge.net
Sat Mar 13 16:44:38 EST 2004


Feature Requests item #721061, was opened at 2003-04-14 07:41
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=721061&group_id=5470

Category: Extension Modules
Group: None
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

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

>Comment By: Raymond Hettinger (rhettinger)
Date: 2004-03-13 16:44

Message:
Logged In: YES 
user_id=80475

How does this differ from slice semantics?

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

Comment By: Raymond Hettinger (rhettinger)
Date: 2003-05-22 02:44

Message:
Logged In: YES 
user_id=80475

Moving to feature requests.

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

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



More information about the Python-bugs-list mailing list