Strange behaviour of floating point constants in imported modules

Jeff Epler jepler at unpythonic.net
Mon May 23 08:23:42 EDT 2005


This may be relevant to the problems you're seeing:
    https://sourceforge.net/tracker/?func=detail&atid=305470&aid=774665&group_id=5470

The short story, as the tracker item paints it, is that setting
LC_NUMERIC to anything other than 'C' can give results like the ones you
describe---Python itself should never do this, but third parties code
may.

A web search for python LC_NUMERIC should turn up more about this topic,
probably even some past threads on this mailing list/newsgroup.

Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20050523/ab4ec3bc/attachment.sig>


More information about the Python-list mailing list