[BUG] bundle cannot handle binary files

Alexander Belchenko bialix at ukr.net
Sat Jul 8 13:51:39 BST 2006


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





More information about the bazaar mailing list