Keo Sophon wrote:
> Hi all,
> 
> How can i set a value to a bytes of block of memory. In C, i think they use 
> memset like this.

Python does not support direct access to memory, you will need to use 
another language or maybe a C extension to Python to do this.

Kent

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to