Re: [PythonCE] Python 2.4.3 for Windows CE / ARM

2006-04-07 Thread Luke Dunstan
Interesting. What happens if you try float("2,2")? If that works then I guess PythonCE must be using your user default locale instead of the "C" locale. It looks like this locale-based float conversion feature was added in Python 2.4 but I am guessing that on the PC the default locale is "C" u

Re: [PythonCE] Python 2.4.3 for Windows CE / ARM

2006-04-07 Thread Luke Dunstan
- Original Message - From: "Jan Ischebeck" <[EMAIL PROTECTED]> To: "Luke Dunstan" <[EMAIL PROTECTED]>; Sent: Friday, April 07, 2006 4:46 PM Subject: Re: [PythonCE] Python 2.4.3 for Windows CE / ARM > Dear Luke, > > thanks for the great work. > > I found a small regression: > > float("2

Re: [PythonCE] new build

2006-04-07 Thread David L. Kashtan
I have updated the CVS repository on sourceforge with the 2.4.3 pythonce source. David Kashtan Validus Medical Systems ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] Python 2.4.3 for Windows CE / ARM

2006-04-07 Thread Jan Ischebeck
Dear Luke, thanks for the great work. I found a small regression: float("2.2") works on win32 and linux python 2.4, but raises an error using the new build. Jan Luke Dunstan schrieb: > A new release of Python for Windows CE is available. Download it here: > > http://sourceforge.net/project/s