Antoine Pitrou added the comment:
I'm not sure what you're talking about since:
>>> b = buffer("abc")
>>> b + "xyz"
'abcxyz'
>>> (b + "xyz") is b
False
... doesn't look like it avoid copies to me.
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue15945>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com