ols.islice() seems
to have the functionality that I propose. It is great that there already
exist a solution that does not change python's syntax. Unless anyone wants
to pursue this proposal I will drop it next week.
Thanks for your feedback guys
On Wed, Mar 21, 2012 at 5:09 PM, Ethan
*Hi,
I am a graduating Berkeley student that loves python and would like to
propose an enhancement to python. My proposal introduces a concept of
slicing generator. For instance, if one does x[:] it returns a list which
is a copy of x. Sometimes programmers would want to iterate over a slice of
x,