Re: [IronPython] Import decimal failure with Turkish Locale (IP 1.1)

2007-10-31 Thread Dino Viehland
culture. Maybe just a call to string.translate instead? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Curt Hagenlocher Sent: Wednesday, October 31, 2007 11:15 AM To: Discussion of IronPython Subject: Re: [IronPython] Import decimal failure with Turkish Locale (IP 1.1) On 10/31/07, Michael F

Re: [IronPython] Import decimal failure with Turkish Locale (IP 1.1)

2007-10-31 Thread Curt Hagenlocher
On 10/31/07, Michael Foord <[EMAIL PROTECTED]> wrote: > > > The issue is because one of the method names is '_round_ceiling'. In the > Turkish locale, the uppercase version of this is "ROUND_CEİLİNG" (in > Turkish uppercase of "i" is "I" with a dot on top of it). Obviously the > lookup of the corre

[IronPython] Import decimal failure with Turkish Locale (IP 1.1)

2007-10-31 Thread Michael Foord
Hello all, We've just had a user report an odd crash of Resolver. Importing the standard library module 'decimal.py' blows up, meaning that Resolver can't start. We've eventually tracked it down. His machine has a Turkish locale. The decimal module looks up global names by taking method names