[New-bugs-announce] [issue31548] test_os fails on Windows if current directory contains spaces

Serhiy Storchaka report at bugs.python.org
Thu Sep 21 17:37:06 EDT 2017


New submission from Serhiy Storchaka:

I just have built Python on Windows first time and ran tests. test_os fails because the current directory path contains spaces.

test_spawnl (test.test_os.SpawnTests) ... C:\Users\Serhiy: can't open file 'Storchaka\py\cpython\PCBuild\win32\python.exe': [Errno 2] No such file or directory
FAIL

----------
components: Tests, Windows
files: test_os.log
messages: 302728
nosy: paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: test_os fails on Windows if current directory contains spaces
type: behavior
versions: Python 3.7
Added file: https://bugs.python.org/file47163/test_os.log

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31548>
_______________________________________


More information about the New-bugs-announce mailing list