Re: [IronPython] IronPython 2.0.1 repr of floats on non UK Windows

2009-06-04 Thread Michael Foord
(and not merely the Spanish locale set - switching locale to English didn't show the problem). Michael Thanks, Dave -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Dave Fugate Sent: Wednesday, June 03, 2009 4:19

Re: [IronPython] IronPython 2.0.1 repr of floats on non UK Windows

2009-06-03 Thread Dave Fugate
lab.REDMOND\Desktop\IronPython-2.0.1>blah.exe 0,1 Are you sure this isn't IronPython 1.x? Thanks, Dave -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Dave Fugate Sent: Wednesday, June 03, 2009 4:19 PM

Re: [IronPython] IronPython 2.0.1 repr of floats on non UK Windows

2009-06-03 Thread Dave Fugate
m] On Behalf Of Michael Foord Sent: Wednesday, June 03, 2009 3:17 PM To: Discussion of IronPython Subject: [IronPython] IronPython 2.0.1 repr of floats on non UK Windows Hello guys, Is this a known issue? WinXP SP3 Spanish >>> repr(0.1) '0,10001' Notice the comma inst

[IronPython] IronPython 2.0.1 repr of floats on non UK Windows

2009-06-03 Thread Michael Foord
Hello guys, Is this a known issue? WinXP SP3 Spanish repr(0.1) '0,10001' Notice the comma instead of the decimal point. This is honoring the locale but screwing anything that tries to use the string programattically. Michael -- http://www.ironpythoninaction.com/ http://www.voids