Serhiy Storchaka added the comment: It doesn't look fixed. I found this issue because I got a report about buildbot failure from [email protected] yesterday.
http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%202.7/builds/81/steps/test/logs/stdio test_random is failed when read *.pck files. They are marked as binary in .gitattributes, but this is not enough. Seems the attribute "binary" only means that text diff is not used. For disabling newlines translations "eol=lf" should be used. ---------- resolution: fixed -> stage: resolved -> status: closed -> open _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue29570> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
