"Paolo Pantaleo" <[EMAIL PROTECTED]> wrote:
> $./x
> $echo $?
> 20
> 
> $ python
> 
> give the following commands:
> 
> >>> import os
> >>> os.system("/tmp/x")
> 5120
> 

256 times 20 is 5120
this is a big/little endian little bug

- Hendrik


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to