Alexander Belchenko пишет: > So, yes, I agree, it's win32-specific bug in string.splitlines(). > > In [3]: 'aaaa\rbbbb\r\nccc\nddd'.splitlines(True) > Out[3]: ['aaaa\r', 'bbbb\r\n', 'ccc\n', 'ddd'] I check cygwin's python. It works the same. -- Alexander