On Saturday, November 26, 2016 at 5:40:22 AM UTC-6, Edward K. Ream wrote:

> Provided all tests pass, it's probably safe to define g.splitLines as:

def splitLines(s):
    assert g.isString(s), (repr(s), g.callers())
    return s.splitLines()

Oops.  The last line must be s.splitlines(True).

However, I'm not in a great hurry to make this change ;-)

EKR

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to