[issue2813] No float formatting in PyString_FromFormat

2008-06-21 Thread duane Bailey
duane Bailey [EMAIL PROTECTED] added the comment: Well, precision modifiers would be nice, but I don't think that they're necessarily needed. General floating point support, however, is needed. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org

[issue2813] No float formatting in PyString_FromFormat

2008-05-10 Thread duane Bailey
New submission from duane Bailey [EMAIL PROTECTED]: There appears to be most of the formatting options in the *printf family... except for the obvious %f. Why is this crucial option missing? -- components: Extension Modules, Interpreter Core messages: 66586 nosy: duaneb severity