David Cournapeau wrote: > The thing is since I don't understand what happens in the print '%f' > case, I don't know how to clean it up, if it is at all possible. But in > anyway, it means that with my changes, we are not worse than python > itself, and I think we are better than before, > > Just a quick look in SVN, trunk/Objects/stringobject.c, shows that the call path for a "%f" format is string_mod -> PyString_Format -> formatfloat -> PyOS_ascii_formatd.
-- Lenard Lindstrom <le...@telus.net> _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion