
http://docs.python.org/library/stdtypes.html Written: For example, 'ab c\n\nde fg\rkl\r\n'.splitlines() returns ['ab c', '', 'de fg', 'kl'], while the same call with splitlines(True) returns ['ab c\n', '\n , 'de fg\r', 'kl\r\n']. Should be: For example, 'ab c\n\nde fg\rkl\r\n'.splitlines() returns ['ab c', '', 'de fg', 'kl'], while the same call with splitlines(True) returns ['ab c\n', '\n ', 'de fg\r', 'kl\r\n']. Best, Yevgen.

Hello Yevgen, On Mon, Jul 2, 2012 at 12:55 PM, Yevgen Yampolskiy <genij.math@gmail.com> wrote:
Thanks - i've just fixed it on all the active branches. Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi

Hello Yevgen, On Mon, Jul 2, 2012 at 12:55 PM, Yevgen Yampolskiy <genij.math@gmail.com> wrote:
Thanks - i've just fixed it on all the active branches. Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi
participants (2)
-
Sandro Tosi
-
Yevgen Yampolskiy