[issue12381] refactor slice checks made by methods that take "slice like" arguments

2011-07-27 Thread Petri Lehtinen
Petri Lehtinen added the comment: R. David Murray wrote: > Note that both of these have been fixed in default, so I'm > repurposing this issue for the refactoring I suggested. > However, since I can't find an existing issue for the bytearray > fix, maybe somebody already did it and I didn't noti

[issue12381] refactor slice checks made by methods that take "slice like" arguments

2011-07-17 Thread anand jeyahar
anand jeyahar added the comment: I started working on this. But found sliceobject.c. Think it would be a good idea to add the refactored functions there. Anyway, i was trying to figure out the functionality of sliceobject.c. Can someone put up a use/test case example for it? Thanks for patien

[issue12381] refactor slice checks made by methods that take "slice like" arguments

2011-06-25 Thread Mark Dickinson
Changes by Mark Dickinson : -- nosy: +mark.dickinson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue12381] refactor slice checks made by methods that take "slice like" arguments

2011-06-24 Thread R. David Murray
R. David Murray added the comment: Note that both of these have been fixed in default, so I'm repurposing this issue for the refactoring I suggested. However, since I can't find an existing issue for the bytearray fix, maybe somebody already did it and I didn't notice. -- title: byte