Giorgos Verigakis added the comment:
Yes, you are right. I thought that the different behavior was weird. Sorry
this is not a bug.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/iss
New submission from Giorgos Verigakis :
A demonstration:
>>> buf = create_string_buffer('__')
>>> memmove(buf, 'SPAM', 4)
614584
>>> buf.raw
'SPAM__\x00'
>>> buf = create_string_buffer('__')
>>> mem
Changes by Giorgos Verigakis :
--
nosy: +verigak
___
Python tracker
<http://bugs.python.org/issue6627>
___
___
Python-bugs-list mailing list
Unsubscribe: