[Python-Dev] Slice as a copy... by design?
Nick Coghlan
ncoghlan at gmail.com
Fri May 23 10:35:11 CEST 2008
Greg Ewing wrote:
> Some way of explicitly requesting a view into another
> string might be desirable, but it shouldn't be the
> default behaviour for string slicing.
Backporting 3.0's memoryview to 2.6 would be the way to go about that.
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
---------------------------------------------------------------
http://www.boredomandlaziness.org
More information about the Python-Dev
mailing list