STINNER Victor <victor.stin...@gmail.com> added the comment: Tests fail on Windows since the commit deae6b451fefd5fd3143dd65051e1d341e5a5f84.
Example with AMD64 Windows8.1 Non-Debug 3.x: http://buildbot.python.org/all/#/builders/12/builds/426 ====================================================================== FAIL: test_open_binary (test.test_importlib.test_open.OpenDiskTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\buildarea\3.x.ware-win81-release\build\lib\test\test_importlib\test_open.py", line 24, in test_open_binary self.assertEqual(result, b'Hello, UTF-8 world!\n') AssertionError: b'Hello, UTF-8 world!\r\n' != b'Hello, UTF-8 world!\n' ---------- nosy: +vstinner _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32248> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com