2009/10/16 Ishwor Gurung <[email protected]>:
> 2009/10/16 Paul Rubin <http://[email protected]>:
> [...]
>> You might also like:
>>
>>    from itertools import groupby
>>    c = '0010000110'
>>    print list(list(xs) for k,xs in groupby(c))
> Too bad groupby is only available in Python2.6+
OK. I stand corrected ;-)

> Since you're here, any chance of getting your NDK team to look into
> getting some small subset of STL, Boost into Android? :-P That'd be
> awesome thing you know.
Yeah? Anything forthcoming in the releases to address this? thanks.
-- 
Regards,
Ishwor Gurung
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to