Re: Java Integer.ParseInt translation to python
From: jose isaias cabrera (cabrera_at_wrc.xerox.com)
Date: 02/01/05
- Next message: Jeremy Bowers: "Re: set, dict and other structures"
- Previous message: Grant Edwards: "Re: getting data from a port in use"
- In reply to: ech0: "Re: Java Integer.ParseInt translation to python"
- Next in thread: Sean Blakey: "Re: Java Integer.ParseInt translation to python"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "ech0" <the.ech0@gmail.com>, <python-list@python.org> Date: Mon, 31 Jan 2005 21:58:47 -0500
thanks everyone...!
----- Original Message -----
From: "ech0" <the.ech0@gmail.com>
Newsgroups: comp.lang.python
To: <python-list@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
>
- Next message: Jeremy Bowers: "Re: set, dict and other structures"
- Previous message: Grant Edwards: "Re: getting data from a port in use"
- In reply to: ech0: "Re: Java Integer.ParseInt translation to python"
- Next in thread: Sean Blakey: "Re: Java Integer.ParseInt translation to python"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|