This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients barry, brett.cannon, db3l, eric.snow, gregory.p.smith, twouters, vstinner, zach.ware
Date 2018-01-07.22:47:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515365278.4.0.467229070634.issue32248@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2018-01-07 22:47:58vstinnersetrecipients: + vstinner, twouters, barry, brett.cannon, gregory.p.smith, db3l, eric.snow, zach.ware
2018-01-07 22:47:58vstinnersetmessageid: <1515365278.4.0.467229070634.issue32248@psf.upfronthosting.co.za>
2018-01-07 22:47:58vstinnerlinkissue32248 messages
2018-01-07 22:47:58vstinnercreate