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 martin.panter
Recipients JelleZijlstra, brett.cannon, buchuki, ethan.furman, martin.panter, python-dev, serhiy.storchaka
Date 2016-06-12.05:49:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465710585.38.0.171687193654.issue27186@psf.upfronthosting.co.za>
In-reply-to
Content
Test_fspath_protocol_bytes() (added in revision 5a62d682636e) fails on Windows:

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/7777/steps/test/logs/stdio
======================================================================
ERROR: test_fspath_protocol_bytes (test.test_os.TestScandir)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_os.py", line 2958, in test_fspath_protocol_bytes
    bytes_entry = self.create_file_entry(name=bytes_filename)
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_os.py", line 2932, in create_file_entry
    return self.get_entry(os.path.basename(filename))
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_os.py", line 2923, in get_entry
    entries = list(os.scandir(path))
TypeError: os.scandir() doesn't support bytes path on Windows, use Unicode instead
History
Date User Action Args
2016-06-12 05:49:45martin.pantersetrecipients: + martin.panter, brett.cannon, ethan.furman, python-dev, serhiy.storchaka, JelleZijlstra, buchuki
2016-06-12 05:49:45martin.pantersetmessageid: <1465710585.38.0.171687193654.issue27186@psf.upfronthosting.co.za>
2016-06-12 05:49:45martin.panterlinkissue27186 messages
2016-06-12 05:49:45martin.pantercreate