[Patches] [ python-Patches-869688 ] Add start and end optional args to array.index

SourceForge.net noreply at sourceforge.net
Fri Jan 2 20:45:26 EST 2004


Patches item #869688, was opened at 2004-01-02 17:45
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=869688&group_id=5470

Category: Modules
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: L. Peter Deutsch (lpd)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add start and end optional args to array.index

Initial Comment:
array.index should accept optional start and end args,
like string.index and list.index. This patch adds this
capability to the code, the test, and the
documentation. I basically copied the code from list.index.

This is my first Python patch. The submission
guidelines suggested bundling the code, test, and doc
patches together, so I did, even though there are
separate Category entries for each of these. If I
should have submitted them separately, please let me know.


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

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



More information about the Patches mailing list