Message268329
| 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.org3円.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.org3円.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.org3円.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 |
|