Re: [Python-Dev] Python 2.6/3.0, IEEE 754 floating point semantics and S60

2008-11-28 Thread Torne Wuff
inly like to verify this. I'm going to raise a defect for the binary<->decimal conversion issue, and see what we can do about sorting this out for future OS versions. -- Torne Wuff [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@pyth

Re: [Python-Dev] Python 2.6/3.0, IEEE 754 floating point semantics and S60

2008-11-27 Thread Torne Wuff
it is, maybe not. > The best guess is that the floating point support is IEEE 754'ish, with > imprecise formatting and parsing routines in the standard library. IEEE 754 doesn't include string formatting or parsing as far as I know, so I think this is irrelevant to whether we a

Re: [Python-Dev] is the 'path' argument to an importer's find_module() just a hint?

2008-10-28 Thread Torne Wuff
t the first python code from anywhere else). This may be something of a special case. :) I don't use __path__, though.. -- Torne Wuff [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python

[Python-Dev] constness of interpreter data

2008-09-01 Thread Torne Wuff
(but the accelerator seems to want to change these at init time) There's probably other things, but I didn't go through the entire symbol table, just started with the big ones :) So, er, is this a remotely sane thing to be doing, and does anyone have suggestions? :) -- To