On Sun, Nov 27, 2016 at 7:34 AM, rengel <[email protected]> wrote:
If you change 's.splitlines(True)' to 's.splitlines(False) in g. > splitLines > , your interface to g doesn't change at all. > This change would be catastrophic. If you change how lines are split, then you have to change how lines are joined. That happens in gazillions of places. 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.
