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 mwh
Recipients
Date 2002-06-07.14:56:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6656

Hmm.  In my working copy, PySlice_GetIndicesEx now has a
different interface (it computes the length of the slice, as
that's fiddly and almost always required).  So I may remain
cowardly here.  As a bonus, I'll document both functions in
Doc/api/.

Yes, I was staring at my code and thinking "that can't get
all the end cases, can it?".  Almost a relief to hear it
doesn't :)  I'll get pen and paper out.
History
Date User Action Args
2007-08-23 15:00:48adminlinkissue400998 messages
2007-08-23 15:00:48admincreate