On 12/07/2013 02:45 AM, Mark Lawrence wrote:
The good news is there is a memoryview in Python, see http://docs.python.org/3/library/functions.html#func-memoryview. The bad news is it doesn't work on strings. See here for the slice object http://docs.python.org/3/library/functions.html#slice.
Thank you, Mark, I'll have a look at memoryview, seems interesting anyway. [The pointer you give about slice is the same as the one I gave myself ;-)] Denis _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
