Sorry for the delayed response. Part of the reason was that by answering after the 0.9.4 release, I can give you positive answer to one of your questions below.
The string formatting is not complete yet so the %i is a known issue that we need to get to. On a better note, we have implemented splitlines (and many other missing string methods) in 0.9.4! Thanks Martin -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pablo De Grande Sent: Thursday, October 27, 2005 10:00 AM To: [email protected] Subject: Re: [IronPython] Hi Hi. I am new to the list, and I am not sure this is the right place to report issues. Just in case, 2 issues: - %i appeared as not supported. I had to replace it by %d (in a format expression) - splitlines appeared as not supported. I had to replace it by split('\n') They are not big deal, but for real projects changing others code to meet my compiler could not be an option.... Byebye, P. ps: by the way, the code performed more than 2 times slower than running standard python... I am pretty much a dotnet fan, so I'd love running my code under .net.... so feel free to ask me for the code in case you need performance cases to tune the thing better.... At 01:43 PM 10/27/2005, [EMAIL PROTECTED] wrote: >Welcome to the [email protected] mailing list! > >To post to this list, send your email to: > > [email protected] > >General information about the mailing list is at: > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > >If you ever want to unsubscribe or change your options (eg, switch to >or from digest mode, change your password, etc.), visit your >subscription page at: > > > http://lists.ironpython.com/options.cgi/users-ironpython.com/pablodg%4 > 0softhome.net > > >You can also make such adjustments via email by sending a message to: > > [EMAIL PROTECTED] > >with the word `help' in the subject or body (don't include the quotes), >and you will get back a message with instructions. > >You must know your password to change your options (including changing >the password, itself) or to unsubscribe. It is: > > bloclo > >Normally, Mailman will remind you of your lists.ironpython.com mailing >list passwords once every month, although you can disable this if you >prefer. This reminder will also include instructions on how to >unsubscribe or change your account options. There is also a button on >your options page that will email your current password to you. _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
