Java Integer.ParseInt translation to python

jose isaias cabrera cabrera at wrc.xerox.com
Mon Jan 31 21:58:47 EST 2005


thanks everyone...!

----- Original Message ----- 
From: "ech0" <the.ech0 at gmail.com>
Newsgroups: comp.lang.python
To: <python-list at python.org>
Sent: Monday, January 31, 2005 7:27 PM
Subject: Re: Java Integer.ParseInt translation to python


> buffer[0] = int(string,16) & 0xff
> 
> that should work
> 
> -- 
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list