On Mon, 2 Jul 2012 22:13:36 -0700 (PDT) "F.S." <[email protected]> wrote:
> I seem to be getting line breaks inserted after each item in the print > statement: that is "print a, b, c" would insert line breaks after a and b I just fixed this on the trunk, it should appear at http://www.greygreen.org/leo/ tomorrow if you don't use bzr. commit log: fix behavior of print 1,2,3 when g.redirectStdout() is used the .write() method on the redirect class now sets from_redirect=True so the qt log put() knows not to use .append() which wraps output in a <p> element. all unit tests pass. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
